|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.util.ModificationException.Aide
public static class ModificationException.Aide
Utilities.
The reason to use a class to hold static utilities is we can override the method's return type later.
| Constructor Summary | |
|---|---|
ModificationException.Aide()
|
|
| Method Summary | |
|---|---|
static ModificationException |
wrap(Throwable t)
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable. |
static ModificationException |
wrap(Throwable t,
int code)
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable. |
static ModificationException |
wrap(Throwable t,
int code,
Object fmtArg)
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable. |
static ModificationException |
wrap(Throwable t,
int code,
Object[] fmtArgs)
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable. |
static ModificationException |
wrap(Throwable t,
String msg)
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModificationException.Aide()
| Method Detail |
|---|
public static ModificationException wrap(Throwable t)
Expectable.
Exceptions.wrap(java.lang.Throwable, java.lang.Class extends java.lang.Throwable>)
public static ModificationException wrap(Throwable t,
String msg)
Expectable.
Exceptions.wrap(java.lang.Throwable, java.lang.Class extends java.lang.Throwable>)
public static ModificationException wrap(Throwable t,
int code,
Object[] fmtArgs)
Expectable.
Exceptions.wrap(java.lang.Throwable, java.lang.Class extends java.lang.Throwable>)
public static ModificationException wrap(Throwable t,
int code,
Object fmtArg)
Expectable.
Exceptions.wrap(java.lang.Throwable, java.lang.Class extends java.lang.Throwable>)
public static ModificationException wrap(Throwable t,
int code)
Expectable.
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 | |||||||||