Class NoAvailableConverterException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • NoAvailableConverterException

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

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