Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

net.jxta.ext.config
Class ConversionException  view ConversionException download ConversionException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.jxta.ext.config.ConversionException
All Implemented Interfaces:
java.io.Serializable

public class ConversionException
extends java.lang.Exception

Version:
$Id: ConversionException.java,v 1.1 2003/10/08 07:24:06 gonzo Exp $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ConversionException()
          Constructor for the ConversionException object
ConversionException(java.lang.String msg)
          Constructor for the ConversionException object
ConversionException(java.lang.String msg, java.lang.Throwable ex)
          Constructor for the ConversionException object
ConversionException(java.lang.Throwable ex)
          Constructor for the ConversionException object
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

ConversionException

public ConversionException()
Constructor for the ConversionException object


ConversionException

public ConversionException(java.lang.String msg)
Constructor for the ConversionException object


ConversionException

public ConversionException(java.lang.Throwable ex)
Constructor for the ConversionException object


ConversionException

public ConversionException(java.lang.String msg,
                           java.lang.Throwable ex)
Constructor for the ConversionException object