public class JiBXException extends Exception
| Constructor and Description |
|---|
JiBXException(String msg)
Constructor from message.
|
JiBXException(String msg,
Throwable root)
Constructor from message and wrapped exception.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Get the cause of this exception.
|
Throwable |
getRootCause()
Get root cause exception.
|
void |
printStackTrace()
Print stack trace to standard error.
|
void |
printStackTrace(PrintStream s)
Print stack trace to stream.
|
void |
printStackTrace(PrintWriter s)
Print stack trace to writer.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic JiBXException(String msg)
msg - message describing the exception conditionpublic Throwable getRootCause()
public Throwable getCause()
java.lang.Throwable method.public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwables - stream for printing stack tracepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwables - writer for printing stack traceCopyright © 2005-2014 jibx.org. All Rights Reserved.