simkin
Class ParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--simkin.ParseException
All Implemented Interfaces:
java.io.Serializable

public class ParseException
extends java.lang.Exception

This class represents an error thrown during the parsing of some Simkin script.

See Also:
Serialized Form

Method Summary
 java.lang.String getMessage()
          This method returns a message about the nature of a syntax error.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMessage

public java.lang.String getMessage()
This method returns a message about the nature of a syntax error.

Overrides:
getMessage in class java.lang.Throwable