|
||||||||||
| 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.directwebremoting.extend.JsonModeMarshallException
public class JsonModeMarshallException
JsonModeMarshallException is a hint to the conversion process that we are trying to convert in JSON mode, but we've discovered recursive data. TODO: This should probably be called JsonConversionException or similar
| Constructor Summary | |
|---|---|
JsonModeMarshallException(java.lang.Class<?> paramType)
Default ctor |
|
JsonModeMarshallException(java.lang.Class<?> paramType,
java.lang.String message)
Construct a JsonModeMarshallException with a description message and exception |
|
JsonModeMarshallException(java.lang.Class<?> paramType,
java.lang.Throwable ex)
Construct a JsonModeMarshallException with an exception and a destination type |
|
| Method Summary | |
|---|---|
java.lang.Class<?> |
getConversionType()
Accessor for the type we are converting to/from |
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JsonModeMarshallException(java.lang.Class<?> paramType)
paramType - The type we were trying to marshall
public JsonModeMarshallException(java.lang.Class<?> paramType,
java.lang.Throwable ex)
paramType - The type we were trying to marshallex - error stack trace
public JsonModeMarshallException(java.lang.Class<?> paramType,
java.lang.String message)
paramType - The type we were trying to marshallmessage - error description| Method Detail |
|---|
public java.lang.Class<?> getConversionType()
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||