Packageorg.spicefactory.lib.expr.impl
Classpublic class IllegalExpressionError
InheritanceIllegalExpressionError Inheritance NestedError Inheritance Error

Error thrown for illegal expressions. An example for an illegal expression would be an expression with an opening delimiter for a variable part (${>) without the matching closing delimiter (}) like in: "This is ${illegal".



Public Properties
 PropertyDefined By
 Inheritedcause : Error
[read-only] The cause of this Error, may be null.
NestedError
Public Methods
 MethodDefined By
  
IllegalExpressionError(message:String, cause:Error = null, id:int = 0)
Create a new instance.
IllegalExpressionError
Constructor Detail
IllegalExpressionError()Constructor
public function IllegalExpressionError(message:String, cause:Error = null, id:int = 0)

Create a new instance.

Parameters
message:String — the message associated with this error
 
cause:Error (default = null) — the cause of this Error
 
id:int (default = 0) — an optional reference number