org.granite.messaging.amf.io.convert
Class NoConverterFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.granite.messaging.amf.io.convert.NoConverterFoundException
All Implemented Interfaces:
Serializable

public class NoConverterFoundException
extends RuntimeException

Author:
Franck WOLFF
See Also:
Serialized Form

Constructor Summary
NoConverterFoundException(Object value, Type targetType)
           
NoConverterFoundException(Object value, Type targetType, String message)
           
NoConverterFoundException(Object value, Type targetType, String message, Throwable cause)
           
NoConverterFoundException(Object value, Type targetType, Throwable cause)
           
 
Method Summary
 Type getTargetType()
           
 Object getValue()
           
 
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

NoConverterFoundException

public NoConverterFoundException(Object value,
                                 Type targetType)

NoConverterFoundException

public NoConverterFoundException(Object value,
                                 Type targetType,
                                 String message)

NoConverterFoundException

public NoConverterFoundException(Object value,
                                 Type targetType,
                                 Throwable cause)

NoConverterFoundException

public NoConverterFoundException(Object value,
                                 Type targetType,
                                 String message,
                                 Throwable cause)
Method Detail

getValue

public Object getValue()

getTargetType

public Type getTargetType()