Class InvalidOpenTypeException

All Implemented Interfaces:
Serializable

public class InvalidOpenTypeException extends IllegalArgumentException
This runtime exception is thrown to indicate that the open type of an open data value is not the one expected.
Since:
1.5
See Also:
  • Constructor Details

    • InvalidOpenTypeException

      public InvalidOpenTypeException()
      An InvalidOpenTypeException with no detail message.
    • InvalidOpenTypeException

      public InvalidOpenTypeException(String msg)
      An InvalidOpenTypeException with a detail message.
      Parameters:
      msg - the detail message.