| Package | org.spicefactory.parsley.core.errors |
| Class | public class ConfigurationUnitError |
| Inheritance | ConfigurationUnitError CompoundError Error |
| Property | Defined By | ||
|---|---|---|---|
![]() | causes : 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 | ||
| Method | Defined By | ||
|---|---|---|---|
ConfigurationUnitError(configUnit:Object, causes:Array = null, message:String)
Create a new instance. | ConfigurationUnitError | ||
| configUnit | property |
configUnit:Object [read-only] The configuration unit that produced the error(s) or a string representation of that unit.
public function get configUnit():Object| ConfigurationUnitError | () | Constructor |
public function ConfigurationUnitError(configUnit:Object, causes:Array = null, message:String)Create a new instance.
ParametersconfigUnit: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
|