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.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SyntaxErrorException
public SyntaxErrorException(String message,
int lineNo)
- Constructor for the SyntaxErrorException object
- Parameters:
message
- Description of ParameterlineNo
- Description of Parameter