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
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 messagethrowable
- the throwable
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.