| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.directwebremoting.extend.MarshallException
MarshallException | public class MarshallException extends Exception (Code) | | Something has gone wrong when we were doing some conversion.
author: Joe Walker [joe at getahead dot ltd dot uk] |
MarshallException | public MarshallException(Class> paramType)(Code) | | Default ctor
Parameters: paramType - The type we were trying to marshall |
MarshallException | public MarshallException(Class> paramType, Throwable ex)(Code) | | Construct a MarshallException with an exception and a destination type
Parameters: paramType - The type we were trying to marshall Parameters: ex - error stack trace |
MarshallException | public MarshallException(Class> paramType, String message)(Code) | | Construct a MarshallException with a description message and exception
Parameters: paramType - The type we were trying to marshall Parameters: message - error description |
getConversionType | public Class> getConversionType()(Code) | | Accessor for the type we are converting to/from
The type we are converting to/from |
|
|
|