public class XMLHandlingException extends Exception
Constructor and Description |
---|
XMLHandlingException(String xmlErrors) |
XMLHandlingException(String xmlErrors,
List<?> validationErrors) |
XMLHandlingException(String xmlErrors,
Throwable cause) |
XMLHandlingException(org.apache.xmlbeans.XmlError err) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected String message
public XMLHandlingException(String xmlErrors, Throwable cause)
xmlErrors
- the errors string.cause
- the causepublic XMLHandlingException(String xmlErrors)
xmlErrors
- the errors string.public XMLHandlingException(String xmlErrors, List<?> validationErrors)
xmlErrors
- The error string.validationErrors
- List of validation errors.public XMLHandlingException(org.apache.xmlbeans.XmlError err)
public String getMessage()
getMessage
in class Throwable
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.