gecco.server.startup
Class SyntaxErrorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gecco.server.startup.SyntaxErrorException
All Implemented Interfaces:
Serializable

public class SyntaxErrorException
extends Exception

Description of the Class

Author:
Karl Hasselström
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
SyntaxErrorException(String message, int lineNo)
          Constructor for the SyntaxErrorException object
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

SyntaxErrorException

public SyntaxErrorException(String message,
                            int lineNo)
Constructor for the SyntaxErrorException object
Parameters:
message - Description of Parameter
lineNo - Description of Parameter