Class MissingTypeException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      MissingTypeException()
      Creates a MissingTypeException with no error message.
      MissingTypeException​(java.lang.String pMessage)
      Creates a MissingTypeException with the given error message.
    • 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

      • MissingTypeException

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

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