Packagecom.cyntaxic.cynmvc.controller.errors
Classpublic class CynError
InheritanceCynError Inheritance Error

The CynError class contains information about an error that occurred when using the Cyntaxic framework.



Public Methods
 MethodDefined By
  
CynError(message:String, id:int = 0)
Creates a new CynError object.
CynError
Constructor Detail
CynError()Constructor
public function CynError(message:String, id:int = 0)

Creates a new CynError object.

Parameters
message:String — A string associated with the error object.
 
id:int (default = 0) — A reference number to associate with the specific error message.