public class AjaxSwingException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
static int |
EXIT_VM |
Constructor and Description |
---|
AjaxSwingException(java.lang.String msg)
Initializes exception
|
AjaxSwingException(java.lang.String msg,
boolean traceStack)
Initializes exception
|
AjaxSwingException(java.lang.String msg,
int code)
Initializes exception
|
AjaxSwingException(java.lang.String msg,
int code,
java.lang.Throwable nested)
Initializes exception
|
AjaxSwingException(java.lang.String msg,
int code,
java.lang.Throwable nested,
boolean traceStack)
Initializes exception
|
AjaxSwingException(java.lang.String msg,
java.lang.Throwable nested)
Initializes exception
|
AjaxSwingException(java.lang.String msg,
java.lang.Throwable nested,
boolean traceStack)
Initializes exception
|
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Returns exception code
|
boolean |
traceStack()
Returns true if the stack trace of this exception should be written to System.err and the log file
|
public static final int EXIT_VM
public AjaxSwingException(java.lang.String msg)
msg
- messagepublic AjaxSwingException(java.lang.String msg, boolean traceStack)
msg
- messagetraceStack
- if true, the exception stack will be dumped into System.errpublic AjaxSwingException(java.lang.String msg, java.lang.Throwable nested)
msg
- messagenested
- the original exception that triggered this errorpublic AjaxSwingException(java.lang.String msg, java.lang.Throwable nested, boolean traceStack)
msg
- messagenested
- the original exception that triggered this errortraceStack
- if true, the exception stack will be dumped into System.errpublic AjaxSwingException(java.lang.String msg, int code)
msg
- messagecode
- error codepublic AjaxSwingException(java.lang.String msg, int code, java.lang.Throwable nested)
msg
- messagecode
- error codenested
- the original exception that triggered this errorpublic AjaxSwingException(java.lang.String msg, int code, java.lang.Throwable nested, boolean traceStack)
msg
- messagecode
- error codetraceStack
- if true, the exception stack will be dumped into System.errCopyright © 2000-2012 CreamTec LLC. All Rights Reserved.