public class Mixer2JAXBException extends JAXBException
| Constructor and Description |
|---|
Mixer2JAXBException(String message) |
Mixer2JAXBException(String message,
String errorCode) |
Mixer2JAXBException(String message,
String errorCode,
Throwable exception) |
Mixer2JAXBException(String message,
Throwable exception) |
Mixer2JAXBException(Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
SAXParseException |
getSAXParseException()
return SAXParseException.
return null if exception has not link to SAXParseException. |
String |
getSAXParseExceptionMessage()
return SAXParseException.getMessage() .
|
boolean |
hasSAXParseException()
return true if this Exception links SAXParseException instance.
|
getCause, getErrorCode, getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic Mixer2JAXBException(String message)
public Mixer2JAXBException(Throwable exception)
public Mixer2JAXBException(String message, String errorCode, Throwable exception)
public boolean hasSAXParseException()
return true if this Exception links SAXParseException instance.
public String getSAXParseExceptionMessage()
return SAXParseException.getMessage() .
return null if exception has not link to SAXParseException.
public SAXParseException getSAXParseException()
return SAXParseException.
return null if exception has not link to SAXParseException.
Copyright © 2021 Project Mixer2. All rights reserved.