Packageorg.spicefactory.parsley.core.errors
Classpublic class ContextBuilderError
InheritanceContextBuilderError Inheritance CompoundError Inheritance Error

Error thrown by ContextBuilder implementations.



Public Properties
 PropertyDefined By
 Inheritedcauses : Array
[read-only] The causes of this Error, may be an empty Array.
CompoundError
Public Methods
 MethodDefined By
  
ContextBuilderError(message:String, causes:Array = null)
Create a new instance.
ContextBuilderError
Constructor Detail
ContextBuilderError()Constructor
public function ContextBuilderError(message:String, causes:Array = null)

Create a new instance.

Parameters
message:String — the error message
 
causes:Array (default = null) — the causes of this Error