org.apache.clerezza.rdf.core
Class NoConvertorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.