|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.xel.XelException.Aide
public static class XelException.Aide
Utilities.
The reason to use a class to hold static utilities is we can override the method's return type later.
| Constructor Summary | |
|---|---|
XelException.Aide()
|
|
| Method Summary | |
|---|---|
static XelException |
wrap(java.lang.Throwable t)
Converts an exception to XelException if it is not RuntimeException nor Error. |
static XelException |
wrap(java.lang.Throwable t,
int code)
Converts an exception to XelException if it is not RuntimeException nor Error. |
static XelException |
wrap(java.lang.Throwable t,
int code,
java.lang.Object fmtArg)
Converts an exception to XelException if it is not RuntimeException nor Error. |
static XelException |
wrap(java.lang.Throwable t,
int code,
java.lang.Object[] fmtArgs)
Converts an exception to XelException if it is not RuntimeException nor Error. |
static XelException |
wrap(java.lang.Throwable t,
java.lang.String msg)
Converts an exception to XelException if it is not RuntimeException nor Error. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XelException.Aide()
| Method Detail |
|---|
public static XelException wrap(java.lang.Throwable t)
Exceptions.wrap(java.lang.Throwable, java.lang.Class extends java.lang.Throwable>)
public static XelException wrap(java.lang.Throwable t,
java.lang.String msg)
Exceptions.wrap(java.lang.Throwable, java.lang.Class extends java.lang.Throwable>)
public static XelException wrap(java.lang.Throwable t,
int code,
java.lang.Object[] fmtArgs)
Exceptions.wrap(java.lang.Throwable, java.lang.Class extends java.lang.Throwable>)
public static XelException wrap(java.lang.Throwable t,
int code,
java.lang.Object fmtArg)
Exceptions.wrap(java.lang.Throwable, java.lang.Class extends java.lang.Throwable>)
public static XelException wrap(java.lang.Throwable t,
int code)
Exceptions.wrap(java.lang.Throwable, java.lang.Class extends java.lang.Throwable>)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||