Class InstructionParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.zemco.codegame.compilation.parsing.InstructionParseException
All Implemented Interfaces:
Serializable

public class InstructionParseException extends RuntimeException
Thrown when parsing of an instruction fails.
Author:
Erik Zemčík
See Also:
  • Constructor Details

    • InstructionParseException

      public InstructionParseException(String message)
      Creates an instance of InstructionParseException.
      Parameters:
      message - detail message containing information about the parsing failure
    • InstructionParseException

      public InstructionParseException(String message, Throwable cause)
      Creates an instance of InstructionParseException.
      Parameters:
      message - detail message containing information about the parsing failure
      cause - cause of parsing failure