public static class SystemException.Aide
extends java.lang.Object
The reason to use a class to hold static utilities is we can override the method's return type later.
Constructor and Description |
---|
Aide() |
Modifier and Type | Method and Description |
---|---|
static SystemException |
wrap(java.lang.Throwable t)
Converts an exception to SystemException or OperationException
depending on whether t implements Expectable.
|
static SystemException |
wrap(java.lang.Throwable t,
int code)
Converts an exception to SystemException or OperationException
depending on whether t implements Expectable.
|
static SystemException |
wrap(java.lang.Throwable t,
int code,
java.lang.Object fmtArg)
Converts an exception to SystemException or OperationException
depending on whether t implements Expectable.
|
static SystemException |
wrap(java.lang.Throwable t,
int code,
java.lang.Object[] fmtArgs)
Converts an exception to SystemException or OperationException
depending on whether t implements Expectable.
|
static SystemException |
wrap(java.lang.Throwable t,
java.lang.String msg)
Converts an exception to SystemException or OperationException
depending on whether t implements Expectable.
|
public static SystemException wrap(java.lang.Throwable t)
public static SystemException wrap(java.lang.Throwable t, java.lang.String msg)
public static SystemException wrap(java.lang.Throwable t, int code, java.lang.Object[] fmtArgs)
public static SystemException wrap(java.lang.Throwable t, int code, java.lang.Object fmtArg)
public static SystemException wrap(java.lang.Throwable t, int code)
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.