| Package | org.spicefactory.parsley.core.errors | 
| Class | public class ContextError | 
| Inheritance | ContextError    NestedError   Error | 
Context implementations.
 
 | Method | Defined By | ||
|---|---|---|---|
ContextError(message:String, cause:Error = null, id:int = 0) 
	 Create a new instance.  | ContextError | ||
| ContextError | () | Constructor | 
public function ContextError(message:String, cause:Error = null, id:int = 0)Create a new instance.
Parametersmessage:String — the error message
	  | |
cause:Error (default = null) — the cause of this Error
	  | |
id:int (default = 0) — an optional reference number
	  |