| Package | org.springextensions.actionscript.ioc.factory |
| SVN browsing | ObjectDefinitionStoreError.as |
| Fisheye | ObjectDefinitionStoreError.as |
| Class | public class ObjectDefinitionStoreError |
| Inheritance | ObjectDefinitionStoreError Error |
| Property | Defined by | ||
|---|---|---|---|
| objectName : String [read-only]
Returns the name of the object.
| ObjectDefinitionStoreError | ||
| Method | Defined by | ||
|---|---|---|---|
|
ObjectDefinitionStoreError(message:*, objectName:String = null)
Creates a new
ObjectDefinitionStoreError instance. | ObjectDefinitionStoreError | ||
| objectName | property |
objectName:String [read-only]Returns the name of the object.
Implementation public function get objectName():String
| ObjectDefinitionStoreError | () | constructor |
public function ObjectDefinitionStoreError(message:*, objectName:String = null)
Creates a new ObjectDefinitionStoreError instance.
message:* — the error message
|
|
objectName:String (default = null) — the name of the object definition
|