|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.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 RuntimeException
s 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 Throwable
public String getMessage()
getMessage
in class Throwable
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream err)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter err)
printStackTrace
in class Throwable
public String toString()
toString
in class Throwable
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |