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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
SyntaxErrorException
public SyntaxErrorException(String message,
int lineNo)
- Constructor for the SyntaxErrorException object
- Parameters:
message
- Description of ParameterlineNo
- Description of Parameter