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