Class JPropertyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jproperties.JPropertyException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JPropertyIncorrectType, JPropertyNonexistent

public class JPropertyException extends Exception

The type of exceptions raised upon property access errors.

See Also:
  • Constructor Details

    • JPropertyException

      public JPropertyException(String message, Throwable cause)
      Construct an exception with the given message and cause.
      Parameters:
      cause - The cause
      message - The message
    • JPropertyException

      public JPropertyException(String message)
      Construct an exception with the given message.
      Parameters:
      message - The message