Class InvalidValue

  • All Implemented Interfaces:
    java.io.Serializable, IDLEntity

    public final class InvalidValue
    extends UserException
    Version:
    1.18 07/27/07 Dynamic Any insert operations raise the InvalidValue exception if the value inserted is not consistent with the type of the accessed component in the DynAny object.
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidValue()
      Constructs an InvalidValue object.
      InvalidValue​(java.lang.String reason)
      Constructs an InvalidValue object.
    • 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

      • InvalidValue

        public InvalidValue()
        Constructs an InvalidValue object.
      • InvalidValue

        public InvalidValue​(java.lang.String reason)
        Constructs an InvalidValue object.
        Parameters:
        reason - a String giving more information regarding the exception.