public class JAXBAssertionError extends Error
| Constructor and Description |
|---|
JAXBAssertionError() |
JAXBAssertionError(String errorMessage) |
JAXBAssertionError(Throwable _linkedException) |
| Modifier and Type | Method and Description |
|---|---|
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic JAXBAssertionError()
public JAXBAssertionError(String errorMessage)
public JAXBAssertionError(Throwable _linkedException)
public void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class ThrowableCopyright © 2015 Oracle Corporation. All Rights Reserved.