public class XMLException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected String |
m_error |
protected Exception |
m_nestedException |
| Constructor and Description |
|---|
XMLException(String error) |
XMLException(String error,
Exception ex)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
Exception |
getNestedException() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceprotected Exception m_nestedException
protected String m_error
Copyright © 2017. All rights reserved.