Packageorg.servebox.foundry.model
Classpublic class ModelNotFoundError
InheritanceModelNotFoundError Inheritance Error

A ModelNotFoundError is thrown when the wanted ModelLocator is not registered to the modelsAssociativeMap array.



Public Properties
 PropertyDefined by
  code : int
The code of the error.
ModelNotFoundError
Public Methods
 MethodDefined by
  
ModelNotFoundError(message:String, code:int = 0)
Creates a new ModelNotFoundError.
ModelNotFoundError
Property detail
codeproperty
public var code:int

The code of the error.

Constructor detail
ModelNotFoundError()constructor
public function ModelNotFoundError(message:String, code:int = 0)

Creates a new ModelNotFoundError.

Parameters
message:String
 
code:int (default = 0)