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
SyntaxErrorException
public SyntaxErrorException(String message,
int lineNo)
- Constructor for the SyntaxErrorException object
- Parameters:
message
- Description of ParameterlineNo
- Description of Parameter