public class UnsupportedFacetException extends UnsupportedOperationException
| Constructor and Description |
|---|
UnsupportedFacetException(Class<?> facetType,
Object subject) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getFacetType()
Gets the facet type that's not supported by the subject instance.
|
String |
getMessage() |
Object |
getSubject()
Gets the subject instance that didn't support the requested facet.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getMessage()
getMessage in class Throwablepublic Class<?> getFacetType()
public Object getSubject()