public class NonMappableException extends IllegalArgumentException
| Constructor and Description |
|---|
NonMappableException(String message,
Type type)
Constructor.
|
NonMappableException(String message,
Type type,
Class<?> clazz)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClazz()
Get the class involved.
|
String |
getMessage()
Retrieve error message text.
|
Type |
getType()
Get the type concerned.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic NonMappableException(String message, Type type, Class<?> clazz)
message - message describing the problem.type - type concernedclazz - class concerned if known, null elsepublic Type getType()
public Class<?> getClazz()
public String getMessage()
getMessage in class ThrowableCopyright © 2014–2015 Tomas Teubner. All rights reserved.