public class SystemException extends RuntimeException implements Messageable
| Modifier and Type | Class and Description |
|---|---|
static class |
SystemException.Aide
Utilities.
|
MessageConst.BundleInfo| Modifier and Type | Field and Description |
|---|---|
protected int |
_code |
NULL_CODE| Constructor and Description |
|---|
SystemException() |
SystemException(int code) |
SystemException(int code,
Object fmtArg) |
SystemException(int code,
Object[] fmtArgs) |
SystemException(int code,
Object[] fmtArgs,
Throwable cause)
Constructs an SystemException by use of an error code.
|
SystemException(int code,
Object fmtArg,
Throwable cause) |
SystemException(int code,
Throwable cause) |
SystemException(String msg) |
SystemException(String msg,
Throwable cause)
Constructs a SystemException by specifying message directly.
|
SystemException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Gets the message code.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SystemException(String msg, Throwable cause)
public SystemException(String msg)
public SystemException(Throwable cause)
public SystemException()
public SystemException(int code,
Object[] fmtArgs,
Throwable cause)
code - the error codefmtArgs - the format argumentscause - the chained throwable objectpublic SystemException(int code,
Object[] fmtArgs)
public SystemException(int code,
Object fmtArg)
public SystemException(int code,
Throwable cause)
public SystemException(int code)
public final int getCode()
MessageablegetCode in interface MessageableCopyright © 2018. All rights reserved.