| Package | org.springextensions.actionscript.ioc.autowire.impl |
| Class | public class AutowireError |
| Inheritance | AutowireError Error |
| Property | Defined By | ||
|---|---|---|---|
| kind : String [read-only] | AutowireError | ||
| Method | Defined By | ||
|---|---|---|---|
AutowireError(kind:String, message:String)
Creates a new AutowireError instance. | AutowireError | ||
createNew(kind:String, ... params):AutowireError [static] | AutowireError | ||
| Constant | Defined By | ||
|---|---|---|---|
| AUTOWIRE_BINDING_ERROR : String = autowireBindingError [static]
| AutowireError | ||
| AUTOWIRE_ERROR : String = autowireError [static]
| AutowireError | ||
| MULTIPLE_EXPLICIT_SINGLETON_CANIDATES : String = multipleExplicitSingletonCandidates [static]
| AutowireError | ||
| MULTIPLE_PRIMARY_CANIDATES : String = multiplePrimaryCandidates [static]
| AutowireError | ||
| kind | property |
kind:String [read-only] public function get kind():String| AutowireError | () | Constructor |
public function AutowireError(kind:String, message:String)
Creates a new AutowireError instance.
kind:String | |
message:String |
| createNew | () | method |
public static function createNew(kind:String, ... params):AutowireErrorParameters
kind:String | |
... params |
AutowireError |
| AUTOWIRE_BINDING_ERROR | Constant |
public static const AUTOWIRE_BINDING_ERROR:String = autowireBindingError
| AUTOWIRE_ERROR | Constant |
public static const AUTOWIRE_ERROR:String = autowireError
| MULTIPLE_EXPLICIT_SINGLETON_CANIDATES | Constant |
public static const MULTIPLE_EXPLICIT_SINGLETON_CANIDATES:String = multipleExplicitSingletonCandidates
| MULTIPLE_PRIMARY_CANIDATES | Constant |
public static const MULTIPLE_PRIMARY_CANIDATES:String = multiplePrimaryCandidates