Packageorg.spicefactory.parsley.core.errors
Classpublic class ContextError
InheritanceContextError Inheritance NestedError Inheritance Error

Error thrown by Context implementations.



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

Create a new instance.

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