Class InvalidValue

All Implemented Interfaces:
Serializable, IDLEntity

public final class InvalidValue extends UserException
Author:
unattributed 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.
See Also:
  • Constructor Details

    • InvalidValue

      public InvalidValue()
      Constructs an InvalidValue object.
    • InvalidValue

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