Packagevegas.errors
Classpublic class FatalError
InheritanceFatalError Inheritance Error
SubclassesInvalidCategoryError, InvalidFilterError

The error throws when a fatal method or action is detected in the code.



Public Methods
 MethodDefined by
  
FatalError(message:String = "", id:int = 0)
Creates a new FatalError instance.
FatalError
Constructor detail
FatalError()constructor
public function FatalError(message:String = "", id:int = 0)

Creates a new FatalError instance.

Parameters
message:String (default = "") — A string associated with the FatalError object ; this parameter is optional.
 
id:int (default = 0) — A reference number to associate with the specific error message.