Package marauroa.common.game
Class SyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
marauroa.common.game.SyntaxException
- All Implemented Interfaces:
Serializable
This exception is thrown when an attribute is not found
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionSyntaxException(short offendingAttribute)
creates a new SyntaxExceptionSyntaxException(String offendingAttribute)
creates a new SyntaxException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SyntaxException
creates a new SyntaxException- Parameters:
offendingAttribute
- name of missing attribute
-
SyntaxException
public SyntaxException(short offendingAttribute)creates a new SyntaxException- Parameters:
offendingAttribute
- id of missing attribute
-