public class MappingNotFoundException extends MappingException
Constructor and Description |
---|
MappingNotFoundException(String type,
String path)
Constructs a MappingNotFoundException using the given information, using a standard message.
|
MappingNotFoundException(String customMessage,
String type,
String path)
Constructs a MappingNotFoundException using the given information.
|
MappingNotFoundException(String customMessage,
String type,
String path,
Throwable cause)
Constructs a MappingNotFoundException using the given information.
|
MappingNotFoundException(String type,
String path,
Throwable cause)
Constructs a MappingNotFoundException using the given information, using a standard message.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath() |
String |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MappingNotFoundException(String customMessage, String type, String path, Throwable cause)
customMessage
- A message explaining the exception conditiontype
- The type of mapping that could not be foundpath
- The path (type specific) of the mapping that could not be foundcause
- The underlying causepublic MappingNotFoundException(String customMessage, String type, String path)
customMessage
- A message explaining the exception conditiontype
- The type of mapping that could not be foundpath
- The path (type specific) of the mapping that could not be foundpublic MappingNotFoundException(String type, String path)
type
- The type of mapping that could not be foundpath
- The path (type specific) of the mapping that could not be foundpublic MappingNotFoundException(String type, String path, Throwable cause)
type
- The type of mapping that could not be foundpath
- The path (type specific) of the mapping that could not be foundcause
- The underlying causeCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.