Class ValueException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PropertyNotFoundException

public class ValueException extends RuntimeException
An exception that occurs related to configuration.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • ValueException

      public ValueException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - message
      cause - cause
    • ValueException

      public ValueException(String message)
      Constructor.
      Parameters:
      message - message