mmp.engine
Class SyntaxErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by mmp.engine.SyntaxErrorException
All Implemented Interfaces:
java.io.Serializable

public class SyntaxErrorException
extends java.lang.Exception

Exception for syntax errors in input.

List of error numbers of syntax error exceptions

Author:
Burkhardt Renz

Constructor Summary
SyntaxErrorException(int errorNumber, java.lang.String message)
          Constructor.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyntaxErrorException

public SyntaxErrorException(int errorNumber,
                            java.lang.String message)
Constructor.

Parameters:
errorNumber - to specify type of syntax error
message - to give details on syntax error