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, toString
public JiBXException(String msg)
msg
- message describing the exception conditionpublic Throwable getRootCause()
public Throwable getCause()
java.lang.Throwable
method.public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
s
- stream for printing stack tracepublic void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
s
- writer for printing stack traceCopyright © 2005–2020 jibx.org. All rights reserved.