org.cishell.service.conversion
Class ConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.cishell.service.conversion.ConversionException
All Implemented Interfaces:
Serializable

public class ConversionException
extends Exception

An exception which is thrown when an error occurs in the process of data conversion

Author:
Bruce Herr (bh2@bh2.net)
See Also:
Serialized Form

Constructor Summary
ConversionException(Exception exception)
           
ConversionException(String message)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConversionException

public ConversionException(Exception exception)

ConversionException

public ConversionException(String message)