Packageorg.spicefactory.parsley.core.errors
Classpublic class ConfigurationUnitError
InheritanceConfigurationUnitError Inheritance CompoundError Inheritance Error

Error thrown for a particular configuration unit.



Public Properties
 PropertyDefined By
 Inheritedcauses : Array
[read-only] The causes of this Error, may be an empty Array.
CompoundError
  configUnit : Object
[read-only] The configuration unit that produced the error(s) or a string representation of that unit.
ConfigurationUnitError
Public Methods
 MethodDefined By
  
ConfigurationUnitError(configUnit:Object, causes:Array = null, message:String)
Create a new instance.
ConfigurationUnitError
Property Detail
configUnitproperty
configUnit:Object  [read-only]

The configuration unit that produced the error(s) or a string representation of that unit.


Implementation
    public function get configUnit():Object
Constructor Detail
ConfigurationUnitError()Constructor
public function ConfigurationUnitError(configUnit:Object, causes:Array = null, message:String)

Create a new instance.

Parameters
configUnit:Object — the configuration unit that produced the error(s) or a string representation of that unit
 
causes:Array (default = null) — the causes of this Error
 
message:String — the error message