java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pi4j.config.exception.ConfigException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigEmptyException,ConfigMissingPrefixException,ConfigMissingRequiredKeyException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.
- Version:
- $Id: $Id
- Author:
- Robert Savage (http://www.savagehomeautomation.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigException(String message) Default ConstructorConfigException(String message, Throwable cause) Constructor for ConfigException.ConfigException(Throwable cause) Constructor for ConfigException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString