Package | com.cyntaxic.cynmvc.controller.errors |
Class | public class CynError |
Inheritance | CynError Error |
CynError
class contains information about an error that
occurred when using the Cyntaxic framework.
Method | Defined By | ||
---|---|---|---|
CynError(message:String, id:int = 0)
Creates a new CynError object. | CynError |
CynError | () | Constructor |
public function CynError(message:String, id:int = 0)
Creates a new CynError
object.
message:String — A string associated with the error object.
| |
id:int (default = 0 ) — A reference number to associate with the specific error message.
|