Class InstructionParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.zemco.codegame.compilation.parsing.InstructionParseException
- All Implemented Interfaces:
Serializable
Thrown when parsing of an
instruction fails.- Author:
- Erik Zemčík
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstructionParseException(String message) Creates an instance ofInstructionParseException.InstructionParseException(String message, Throwable cause) Creates an instance ofInstructionParseException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InstructionParseException
Creates an instance ofInstructionParseException.- Parameters:
message- detail message containing information about the parsing failure
-
InstructionParseException
Creates an instance ofInstructionParseException.- Parameters:
message- detail message containing information about the parsing failurecause- cause of parsing failure
-