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, toString
public JAXBAssertionError()
public JAXBAssertionError(String errorMessage)
public JAXBAssertionError(Throwable _linkedException)
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
Copyright © 2015 Oracle Corporation. All rights reserved.