org.codehaus.spice.converter
Class ConverterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.codehaus.spice.converter.ConverterException
All Implemented Interfaces:
Serializable

public class ConverterException
extends Exception

ConverterException thrown when a problem occurs during convertion etc.

Version:
$Revision: 1.1 $ $Date: 2003/12/02 08:37:56 $
Author:
Peter Donald
See Also:
Serialized Form

Constructor Summary
ConverterException(String message)
          Basic constructor with a message
ConverterException(String message, Throwable throwable)
          Constructor that builds cascade so that other exception information can be retained.
 
Method Summary
 Throwable getCause()
          Retrieve root cause of the exception.
 
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

ConverterException

public ConverterException(String message)
Basic constructor with a message

Parameters:
message - the message

ConverterException

public ConverterException(String message,
                          Throwable throwable)
Constructor that builds cascade so that other exception information can be retained.

Parameters:
message - the message
throwable - the throwable
Method Detail

getCause

public final Throwable getCause()
Retrieve root cause of the exception.

Overrides:
getCause in class Throwable
Returns:
the root cause


Copyright © 2000-2003 Codehaus. All Rights Reserved.