Packageorg.spicefactory.lib.xml
Classpublic class MappingError
InheritanceMappingError Inheritance CompoundError Inheritance Error

Error thrown when an XML-to-Object mapping operation failed.



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

Creates a new instance.

Parameters
message:String — the error message
 
causes:Array — one or more Error instances that caused this Error