| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.zkoss.lang.SystemException
All known Subclasses: org.zkoss.lang.OperationException, org.zkoss.util.IllegalSyntaxException, org.zkoss.lang.WarningException, org.zkoss.zk.ui.UiException, org.zkoss.xel.XelException,
Inner Class :public static class Aide | |
Field Summary | |
protected int | _code |
Method Summary | |
final public int | getCode() |
_code | protected int _code(Code) | | |
SystemException | public SystemException(String msg, Throwable cause)(Code) | | Constructs a SystemException by specifying message directly.
|
SystemException | public SystemException()(Code) | | |
SystemException | public SystemException(int code, Object[] fmtArgs, Throwable cause)(Code) | | Constructs an SystemException by use of an error code.
The error code must be defined in
one of properties files, e.g., msgsys.properties.
Parameters: code - the error code Parameters: fmtArgs - the format arguments Parameters: cause - the chained throwable object |
SystemException | public SystemException(int code, Object[] fmtArgs)(Code) | | |
SystemException | public SystemException(int code, Object fmtArg)(Code) | | |
SystemException | public SystemException(int code)(Code) | | |
getCode | final public int getCode()(Code) | | |
|
|