net.sf.gilead.exception
Class ConvertorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.gilead.exception.ConvertorException
All Implemented Interfaces:
java.io.Serializable

public class ConvertorException
extends java.lang.RuntimeException

Serializable Convertor Exception

Author:
bruno.marchesson
See Also:
Serialized Form

Constructor Summary
ConvertorException(java.lang.String arg0)
           
ConvertorException(java.lang.String arg0, java.lang.Throwable arg1)
           
ConvertorException(java.lang.Throwable arg0)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConvertorException

public ConvertorException(java.lang.String arg0)
Parameters:
arg0 -

ConvertorException

public ConvertorException(java.lang.Throwable arg0)
Parameters:
arg0 -

ConvertorException

public ConvertorException(java.lang.String arg0,
                          java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -