Packageorg.servebox.foundry.view
Classpublic class ViewNotFoundError
InheritanceViewNotFoundError Inheritance Error

This eroor is thrown when a wnated View is not found.



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

The code of the error.

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

Creates a new ViewNotFoundError.

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