com.funambol.common.pim.model.converter
Class ConverterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.funambol.common.pim.model.converter.ConverterException
All Implemented Interfaces:
java.io.Serializable

public class ConverterException
extends java.lang.Exception

Represent an exception occurs during convert

Version:
$Id: ConverterException.java,v 1.2 2007-11-28 11:14:04 nichele Exp $
See Also:
Serialized Form

Constructor Summary
ConverterException(java.lang.String strMsg)
          Constructor for the ConverterException object
ConverterException(java.lang.String strMsg, java.lang.Throwable cause)
           
ConverterException(java.lang.Throwable cause)
           
 
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

ConverterException

public ConverterException(java.lang.String strMsg)
Constructor for the ConverterException object

Parameters:
strMsg - human readable String that describes the cause of the exception

ConverterException

public ConverterException(java.lang.String strMsg,
                          java.lang.Throwable cause)

ConverterException

public ConverterException(java.lang.Throwable cause)


Copyright © 2001-2009 Funambol.