public class InvalidMappingException extends MappingException
Constructor and Description |
---|
InvalidMappingException(String customMessage,
Origin origin) |
InvalidMappingException(String type,
String path) |
InvalidMappingException(String customMessage,
String type,
String path) |
InvalidMappingException(String customMessage,
String type,
String path,
Throwable cause) |
InvalidMappingException(String type,
String path,
Throwable cause) |
InvalidMappingException(String customMessage,
XmlDocument xmlDocument) |
InvalidMappingException(String customMessage,
XmlDocument xmlDocument,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getPath() |
String |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidMappingException(String customMessage, String type, String path, Throwable cause)
public InvalidMappingException(String customMessage, String type, String path)
public InvalidMappingException(String customMessage, XmlDocument xmlDocument, Throwable cause)
public InvalidMappingException(String customMessage, XmlDocument xmlDocument)
Copyright © 2018 JBoss by Red Hat. All rights reserved.