| Package | org.servebox.commons.errors |
| Class | public class SingletonError |
| Inheritance | SingletonError Error |
| Property | Defined by | ||
|---|---|---|---|
| code : int
The code of the error.
| SingletonError | ||
| Method | Defined by | ||
|---|---|---|---|
|
SingletonError(message:String = null, code:int = 0)
Creates a new SingletonError.
| SingletonError | ||
| code | property |
public var code:intThe code of the error.
| SingletonError | () | constructor |
public function SingletonError(message:String = null, code:int = 0)Creates a new SingletonError.
Parametersmessage:String (default = null) |
|
code:int (default = 0) |