sysModel.parser
Class ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by sysModel.parser.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends java.lang.RuntimeException

Exception in the parser.

Author:
Mathias Ricken
See Also:
Serialized Form

Constructor Summary
ParserException(java.lang.String s)
          Make a new ParserException.
ParserException(java.lang.String s, java.lang.Throwable cause)
          Make a new ParserException.
 
Method Summary
 
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

ParserException

public ParserException(java.lang.String s)
Make a new ParserException.

Parameters:
s - message

ParserException

public ParserException(java.lang.String s,
                       java.lang.Throwable cause)
Make a new ParserException.

Parameters:
s - message
cause - exception that was caught