|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gridsystems.innergrid.kernel.KernelUtils
public final class KernelUtils
Kernel Utilities.
| Method Summary | |
|---|---|
static void |
process(java.lang.Exception e)
Processes an exception, re-throwing it as a KernelException instance. |
static KernelException |
translate(java.lang.Exception e)
Translates an arbitrary exception into a KernelException one. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static KernelException translate(java.lang.Exception e)
e - Source exception
public static void process(java.lang.Exception e)
throws KernelException
e - Source exception
KernelException - Casted exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||