RuntimeCheckException CLASS

There is an exception with broad use. It basically indicates a semantic issue with the script, which would have been identified during compile-time but due to the interpretive nature of Julian it can be only affirmed and raised during runtime.

Parent Class

All Members


TypeNameSignature
constructorRuntimeCheckExceptionpublic RuntimeCheckException(string)

Constructors


public RuntimeCheckException(string msg)

Create a new instance of new RuntimeCheckException with given message. While entirely legal, it's not recommended for a user to create such instances.

Parameters

  • msg The message for this exception.