Class UnknownJumpLabelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.zemco.codegame.execution.engine.UnknownJumpLabelException
- All Implemented Interfaces:
Serializable
Thrown when a jump is attempted, but the jump label is unknown to the engine.
- Author:
- Erik Zemčík
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownJumpLabelException(String message) Creates an instance ofUnknownJumpLabelException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownJumpLabelException
Creates an instance ofUnknownJumpLabelException.- Parameters:
message- detail message containing information about the state of the execution
-