Package com.amazon.ion.facet
Class UnsupportedFacetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
com.amazon.ion.facet.UnsupportedFacetException
- All Implemented Interfaces:
Serializable
Indicates a failed request to find a required facet of
some subject.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?> Gets the facet type that's not supported by the subject instance.Gets the subject instance that didn't support the requested facet.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedFacetException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getFacetType
Gets the facet type that's not supported by the subject instance.- Returns:
- may be null.
-
getSubject
Gets the subject instance that didn't support the requested facet.- Returns:
- may be null.
-