uk.ltd.getahead.dwr
Class ConversionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.ltd.getahead.dwr.ConversionException
All Implemented Interfaces:
java.io.Serializable

public class ConversionException
extends java.lang.Exception

Something has gone wrong when we were doing some conversion.

Author:
Joe Walker [joe at getahead dot ltd dot uk]
See Also:
Serialized Form

Constructor Summary
ConversionException()
          Default ctor
ConversionException(java.lang.String message)
          Construct a ConversionException with a description message
ConversionException(java.lang.String message, java.lang.Throwable ex)
          Construct a ConversionException with a description message and exception
ConversionException(java.lang.Throwable ex)
          Construct a ConversionException with an exception
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ConversionException

public ConversionException()
Default ctor


ConversionException

public ConversionException(java.lang.String message)
Construct a ConversionException with a description message

Parameters:
message - error description

ConversionException

public ConversionException(java.lang.String message,
                           java.lang.Throwable ex)
Construct a ConversionException with a description message and exception

Parameters:
message - error description
ex - error stack trace

ConversionException

public ConversionException(java.lang.Throwable ex)
Construct a ConversionException with an exception

Parameters:
ex - error stack trace
Method Detail

getCause

public java.lang.Throwable getCause()
Returns:
The cause of this exception (if any)

Copyright ? 2005