Class InvalidValueException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidValueException
    extends java.lang.Exception
    Throwed by a Property on setValue() if the given value does not correspond to the min/max/choise definitions for the Property.
    Author:
    IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidValueException​(java.lang.String msg)
      Creates a new InvalidValueException.
    • 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

      • InvalidValueException

        public InvalidValueException​(java.lang.String msg)
        Creates a new InvalidValueException.
        Parameters:
        msg - the message.