Class NoAvailableConverterException

All Implemented Interfaces:
Serializable

public class NoAvailableConverterException extends ConversionException
This exception may be thrown by PropertyConverters, if a conversion is attempted for a type (class), that has no registered PropertyConverter.
Version:
$Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/util/convert/NoAvailableConverterException.java#2 $
Author:
Harald Kuhr, last modified by $Author: haku $
See Also:
  • Constructor Details

    • NoAvailableConverterException

      public NoAvailableConverterException()
      Creates a NoAvailableConverterException with no error message.
    • NoAvailableConverterException

      public NoAvailableConverterException(String pMessage)
      Creates a NoAvailableConverterException with the given error message.
      Parameters:
      pMessage - the exception message