org.apache.stanbol.entityhub.servicesapi.model
Class UnsupportedTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.stanbol.entityhub.servicesapi.model.UnsupportedTypeException
- All Implemented Interfaces:
- Serializable
public class UnsupportedTypeException
- extends IllegalArgumentException
Indicates, that the requested type is not supported.
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.
- Author:
- Rupert Westenthaler
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedTypeException
public UnsupportedTypeException(Class<?> type,
String dataType)
UnsupportedTypeException
public UnsupportedTypeException(Class<?> type,
String dataType,
Throwable cause)
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.