Class ConversionException
package: src.net.jxta.ext.config
java.lang.Object
  |
  +--java.lang.Throwable
       |
       +--java.lang.Exception
            |
            +--net.jxta.ext.config.ConversionException
public class ConversionException
Extends:
java.lang.Exception
Author:
james todd [gonzo at jxta dot org]
Version:
$Id: ConversionException.java,v 1.1 2003/10/08 07:24:06 gonzo Exp $
Constructor Summary
public
   Constructor for the ConversionException object
 
public
   Constructor for the ConversionException object
 
public
ConversionException(String msg, Throwable ex)
   Constructor for the ConversionException object
 
public
ConversionException(Throwable ex)
   Constructor for the ConversionException object
 
Constructor Detail
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(String msg, Throwable ex)
Constructor for the ConversionException object
Parameters:
msg Description of the Parameter
ex Description of the Parameter

ConversionException
public ConversionException(Throwable ex)
Constructor for the ConversionException object
Parameters:
ex Description of the Parameter