Class InvalidValue

All Implemented Interfaces:
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 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.