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
Type | Name | Signature |
---|---|---|
constructor | BadSyntaxException | public BadSyntaxException(string) |
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