net.jxta.ext.config
Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.jxta.ext.config.ConversionException
- All Implemented Interfaces:
- Serializable
- public class ConversionException
- extends Exception
- Version:
- $Id: ConversionException.java,v 1.1 2003/10/08 07:24:06 gonzo Exp
$
- Author:
- james todd [gonzo at jxta dot org]
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConversionException
public ConversionException()
- Constructor for the ConversionException object
ConversionException
public ConversionException(String msg)
- Constructor for the ConversionException object
- Parameters:
msg
- Description of the Parameter
ConversionException
public ConversionException(Throwable ex)
- Constructor for the ConversionException object
- Parameters:
ex
- Description of the Parameter
ConversionException
public ConversionException(String msg,
Throwable ex)
- Constructor for the ConversionException object
- Parameters:
msg
- Description of the Parameterex
- Description of the Parameter