|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.granite.messaging.amf.io.convert.NoConverterFoundException
public class NoConverterFoundException
| 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 |
|---|
public NoConverterFoundException(Object value,
Type targetType)
public NoConverterFoundException(Object value,
Type targetType,
String message)
public NoConverterFoundException(Object value,
Type targetType,
Throwable cause)
public NoConverterFoundException(Object value,
Type targetType,
String message,
Throwable cause)
| Method Detail |
|---|
public Object getValue()
public Type getTargetType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||