|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.directwebremoting.extend.MarshallException
public class MarshallException
Something has gone wrong when we were doing some conversion.
| Constructor Summary | |
|---|---|
MarshallException(java.lang.Class<?> paramType)
Default ctor |
|
MarshallException(java.lang.Class<?> paramType,
java.lang.String message)
Construct a MarshallException with a description message and exception |
|
MarshallException(java.lang.Class<?> paramType,
java.lang.Throwable ex)
Construct a MarshallException 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 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| Method Detail |
|---|
public java.lang.Class<?> getConversionType()
|
Copyright ¬ 2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||