Packageorg.spicefactory.parsley.core.errors
Classpublic class ObjectDefinitionError
InheritanceObjectDefinitionError Inheritance CompoundError Inheritance Error

Error thrown while processing an ObjectDefinition.



Public Properties
 PropertyDefined By
 Inheritedcauses : Array
[read-only] The causes of this Error, may be an empty Array.
CompoundError
  definition : ObjectDefinition
[read-only] The definition that has been processed while the Error was thrown.
ObjectDefinitionError
Public Methods
 MethodDefined By
  
ObjectDefinitionError(definition:ObjectDefinition, causes:Array = null, message:String)
Create a new instance.
ObjectDefinitionError
Property Detail
definitionproperty
definition:ObjectDefinition  [read-only]

The definition that has been processed while the Error was thrown.


Implementation
    public function get definition():ObjectDefinition
Constructor Detail
ObjectDefinitionError()Constructor
public function ObjectDefinitionError(definition:ObjectDefinition, causes:Array = null, message:String)

Create a new instance.

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