java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oshi.util.GlobalConfig.PropertyException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GlobalConfig
Indicates that a configuration value is invalid.
- See Also:
-
Constructor Summary
ConstructorDescriptionPropertyException
(String property) PropertyException
(String property, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropertyException
- Parameters:
property
- The property name
-
PropertyException
- Parameters:
property
- The property namemessage
- An exception message
-