org.apache.clerezza.rdf.core
Class NoConvertorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.clerezza.rdf.core.NoConvertorException
- All Implemented Interfaces:
- Serializable
public class NoConvertorException
- extends RuntimeException
This exception is thrown when no convertor is available to do a required
java-object to literal or literal to java-object conversion.
- Since:
- 0.3
- Author:
- reto
- See Also:
- Serialized Form
|
Constructor Summary |
NoConvertorException(Type type)
Create an instance of NoConvertorException
indicating that no convertor is available for the type. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoConvertorException
public NoConvertorException(Type type)
- Create an instance of
NoConvertorException
indicating that no convertor is available for the type.
- Parameters:
type - the type for which no convertor is available
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.