net.vee.btech.bml.parser
Class ParserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.vee.btech.bml.parser.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ParserException()
           
ParserException(java.lang.String aMsg)
           
ParserException(java.lang.String aMsg, java.lang.Throwable aCause)
           
ParserException(java.lang.Throwable aCause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParserException

public ParserException()

ParserException

public ParserException(java.lang.String aMsg)

ParserException

public ParserException(java.lang.Throwable aCause)

ParserException

public ParserException(java.lang.String aMsg,
                       java.lang.Throwable aCause)