Class BasicRuntimeException

All Implemented Interfaces:
Serializable

public class BasicRuntimeException extends ScriptBasicException
This is the exception that the BASIC program throws when there is some error during the execution. This is also the exception that extension functions should throw if they can not perform the proper action.
See Also:
  • Constructor Details

    • BasicRuntimeException

      public BasicRuntimeException()
    • BasicRuntimeException

      public BasicRuntimeException(String arg0)
    • BasicRuntimeException

      public BasicRuntimeException(Throwable arg0)
    • BasicRuntimeException

      public BasicRuntimeException(String arg0, Throwable arg1)