|
||||||||||
| 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.ConversionException
org.directwebremoting.extend.MarshallException
@Deprecated public class MarshallException
Something has gone wrong when we were doing some conversion.
| Constructor Summary | |
|---|---|
MarshallException(java.lang.Class<?> paramType)
Deprecated. Default ctor |
|
MarshallException(java.lang.Class<?> paramType,
java.lang.String message)
Deprecated. Construct a ConversionException with a description message and exception |
|
MarshallException(java.lang.Class<?> paramType,
java.lang.Throwable ex)
Deprecated. Construct a ConversionException with an exception and a destination type |
|
| Method Summary |
|---|
| Methods inherited from class org.directwebremoting.ConversionException |
|---|
getConversionType |
| 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 MarshallException(java.lang.Class<?> paramType)
paramType - The type we were trying to marshall
public MarshallException(java.lang.Class<?> paramType,
java.lang.Throwable ex)
paramType - The type we were trying to marshallex - error stack trace
public MarshallException(java.lang.Class<?> paramType,
java.lang.String message)
paramType - The type we were trying to marshallmessage - error description
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||