public class InvalidMappingException extends MappingException
| Constructor and Description | 
|---|
InvalidMappingException(String customMessage,
                       Origin origin)
Constructs an InvalidMappingException using the given information. 
 | 
InvalidMappingException(String customMessage,
                       Origin origin)
Constructs an InvalidMappingException using the given information. 
 | 
InvalidMappingException(String customMessage,
                       Origin origin,
                       Exception cause)
Constructs an InvalidMappingException using the given information. 
 | 
InvalidMappingException(String type,
                       String path)
Constructs an InvalidMappingException using the given information and a standard message. 
 | 
InvalidMappingException(String customMessage,
                       String type,
                       String path)
Constructs an InvalidMappingException using the given information. 
 | 
InvalidMappingException(String customMessage,
                       String type,
                       String path,
                       Throwable cause)
Constructs an InvalidMappingException using the given information. 
 | 
InvalidMappingException(String type,
                       String path,
                       Throwable cause)
Constructs an InvalidMappingException using the given information and a standard message. 
 | 
InvalidMappingException(String customMessage,
                       XmlDocument xmlDocument)
Constructs an InvalidMappingException using the given information. 
 | 
InvalidMappingException(String customMessage,
                       XmlDocument xmlDocument,
                       Throwable cause)
Constructs an InvalidMappingException using the given information. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getPath()  | 
String | 
getType()  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidMappingException(String customMessage, String type, String path, Throwable cause)
customMessage - The custom message explaining the exception conditiontype - The type of invalid mapping documentpath - The path (type specific) of the invalid mapping documentcause - The underlying causepublic InvalidMappingException(String customMessage, String type, String path)
customMessage - The custom message explaining the exception conditiontype - The type of invalid mapping documentpath - The path (type specific) of the invalid mapping documentpublic InvalidMappingException(String customMessage, XmlDocument xmlDocument, Throwable cause)
customMessage - The custom message explaining the exception conditionxmlDocument - The document that was invalidcause - The underlying causepublic InvalidMappingException(String customMessage, XmlDocument xmlDocument)
customMessage - The custom message explaining the exception conditionxmlDocument - The document that was invalidpublic InvalidMappingException(String customMessage, Origin origin)
customMessage - The custom message explaining the exception conditionorigin - The origin of the invalid mapping documentpublic InvalidMappingException(String type, String path)
type - The type of invalid mapping documentpath - The path (type specific) of the invalid mapping documentpublic InvalidMappingException(String type, String path, Throwable cause)
type - The type of invalid mapping documentpath - The path (type specific) of the invalid mapping documentcause - The underlying causepublic InvalidMappingException(String customMessage, Origin origin, Exception cause)
customMessage - The custom message explaining the exception conditionorigin - The origin of the invalid mapping documentcause - The underlying causeCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.