BadSyntaxException CLASS

There is a syntax error in the source code, 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. In general this exception is fatal and would cause module or class loading to fail.

Parent Class

All Members


TypeNameSignature
constructorBadSyntaxExceptionpublic BadSyntaxException(string)

Constructors


public BadSyntaxException(string msg)

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

Parameters

  • msg The message for this exception.