|
|||||||||
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.Throwable |
getCause()
|
java.lang.Class |
getConversionType()
Accessor for the type we are converting to/from |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, 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 MarshallException(java.lang.Class paramType)
paramType
- The type we were trying to marshallpublic MarshallException(java.lang.Class paramType, java.lang.Throwable ex)
paramType
- The type we were trying to marshallex
- error stack tracepublic MarshallException(java.lang.Class paramType, java.lang.String message)
paramType
- The type we were trying to marshallmessage
- error descriptionMethod Detail |
---|
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public java.lang.Class getConversionType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |