SMACS

smacs.util.api
Class SmacsParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bysmacs.util.api.SmacsException
              extended bysmacs.util.api.SmacsParseException
All Implemented Interfaces:
Serializable

public class SmacsParseException
extends SmacsException

used for parser handling. often the conversion of the ParserException as defined by the grammar generator.

See Also:
Serialized Form

Constructor Summary
SmacsParseException()
           
SmacsParseException(String message)
           
SmacsParseException(String message, Throwable cause)
           
SmacsParseException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SmacsParseException

public SmacsParseException()

SmacsParseException

public SmacsParseException(String message)

SmacsParseException

public SmacsParseException(String message,
                           Throwable cause)

SmacsParseException

public SmacsParseException(Throwable cause)

SMACS