Serializable
public class JAXBRuntimeException extends RuntimeException
Constructor | Description |
---|---|
JAXBRuntimeException(String msg) |
|
JAXBRuntimeException(String msg,
Throwable t) |
|
JAXBRuntimeException(String operation,
JAXBException e) |
|
JAXBRuntimeException(Throwable t) |
Modifier and Type | Method | Description |
---|---|---|
JAXBException |
getSource() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JAXBRuntimeException(String operation, JAXBException e)
public JAXBRuntimeException(Throwable t)
public JAXBRuntimeException(String msg)
public JAXBException getSource()
Copyright © 2018. All rights reserved.