de.dfki.util.xmlrpc.common
Class InvalidConverterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.dfki.util.xmlrpc.conversion.TypeConversionException
              extended by de.dfki.util.xmlrpc.common.InvalidConverterException
All Implemented Interfaces:
java.io.Serializable

public class InvalidConverterException
extends TypeConversionException

Exception denoting use of malformed converters.

Author:
Andreas Lauer
See Also:
Serialized Form

Constructor Summary
InvalidConverterException(java.lang.String message)
           
InvalidConverterException(java.lang.String message, java.lang.Throwable cause)
           
InvalidConverterException(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

InvalidConverterException

public InvalidConverterException(java.lang.String message,
                                 java.lang.Throwable cause)

InvalidConverterException

public InvalidConverterException(java.lang.String message)

InvalidConverterException

public InvalidConverterException(java.lang.Throwable cause)


Copyright © 2012. All Rights Reserved.