|
Class ConversionException
|
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
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 |
Constructor for the ConversionException object |
public |
Constructor for the ConversionException object |
public ConversionException()
Constructor for the ConversionException object
public ConversionException(String msg)
Constructor for the ConversionException object
Parameters:
msg Description of the Parameter
public ConversionException(String msg, Throwable ex)
Constructor for the ConversionException object
Parameters:
msg Description of the Parameter
ex Description of the Parameter
public ConversionException(Throwable ex)
Constructor for the ConversionException object
Parameters:
ex Description of the Parameter