Exception used by the Jaxer framework.
Platform Support
| Jaxer Server Framework | Jaxer Client Framework | 1.0 | no |
|---|
Constructors
| Constructor | Action | Jaxer Server Framework | Jaxer Client Framework | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
Jaxer.Exception Constructor(String info, [Object logger]) : Jaxer.Exception
The exception used by the Jaxer framework. At runtime this is available from the window object
|
Show Details | 1.0 | no | ||||||||
Jaxer.Exception(String info, [Object logger]) : Jaxer.ExceptionThe exception used by the Jaxer framework. At runtime this is available from the window object Parameters
Returns
|
|||||||||||
Functions
| Method | Action | Jaxer Server Framework | Jaxer Client Framework | |||||
|---|---|---|---|---|---|---|---|---|
|
toString() : String
Provides a string representation of the Exception description.
|
Show Details | 1.0 | no | |||||
|
Returns
|
||||||||
|
static toDetails(Object obj) : String
Get verbose details on the error
|
Show Details | 1.0 | no | |||||
|
Parameters
Returns
|
||||||||
|
static toError(Object obj) : Error
Returns a JavaScript Error (or Error-derived) object based on the given object
|
Show Details | 1.0 | no | |||||
|
Parameters
Returns
|
||||||||
