|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jibx.ws.UnhandledWsException
public final class UnhandledWsException
An unhandled service exception. The wrap(Throwable) method wraps any checked exception as an
UnhandledWsException and returns RuntimeExceptions as is.
| Method Summary | |
|---|---|
String |
getLocalizedMessage()
|
String |
getMessage()
|
void |
printStackTrace()
|
void |
printStackTrace(PrintStream err)
|
void |
printStackTrace(PrintWriter err)
|
String |
toString()
|
static RuntimeException |
wrap(Throwable t)
Wraps a non-RuntimeException in an UnhandledWsException. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static RuntimeException wrap(Throwable t)
t - the exception to wrap
RuntimeException, or a new UnhandledWsException
otherwise.public String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic String getMessage()
getMessage in class Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream err)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter err)
printStackTrace in class Throwablepublic String toString()
toString in class Throwable
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||