| Package | org.spicefactory.parsley.core.errors |
| Class | public class ObjectDefinitionDecoratorError |
| Inheritance | ObjectDefinitionDecoratorError NestedError Error |
| Property | Defined By | ||
|---|---|---|---|
![]() | cause : Error [read-only]
The cause of this Error, may be null. | NestedError | |
| decorator : ObjectDefinitionDecorator [read-only] | ObjectDefinitionDecoratorError | ||
| Method | Defined By | ||
|---|---|---|---|
ObjectDefinitionDecoratorError(decorator:ObjectDefinitionDecorator, cause:Error = null, message:String) | ObjectDefinitionDecoratorError | ||
| decorator | property |
decorator:ObjectDefinitionDecorator [read-only] public function get decorator():ObjectDefinitionDecorator| ObjectDefinitionDecoratorError | () | Constructor |
public function ObjectDefinitionDecoratorError(decorator:ObjectDefinitionDecorator, cause:Error = null, message:String)decorator:ObjectDefinitionDecorator | |
cause:Error (default = null) | |
message:String |