public class UnsupportedTypeException extends IllegalArgumentException
The definition of the model requires some types to be supported. Implementation may support additional types. Components that use a specific implementation may therefore use types that are not required to be supported. However such components should also be able to deal with this kind of exceptions.
| Constructor and Description |
|---|
UnsupportedTypeException(Class<?> type,
String dataType) |
UnsupportedTypeException(Class<?> type,
String dataType,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.