Class ValueException

All Implemented Interfaces:
Serializable

public class ValueException extends RuntimeException
Describes an exceptional event occurred as a result of attempting an operation that was illegal for a certain data type.
See Also:
  • Constructor Details

    • ValueException

      public ValueException()
    • ValueException

      public ValueException(String message, Throwable cause)
    • ValueException

      public ValueException(String message)
    • ValueException

      public ValueException(Throwable cause)