java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pi4j.config.exception.ConfigException
com.pi4j.config.exception.ConfigEmptyException
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorConfigEmptyException(Throwable cause) Constructor for ConfigEmptyException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
MESSAGE
ConstantMESSAGE="Configuration is missing or empty."
-
-
Constructor Details
-
ConfigEmptyException
public ConfigEmptyException()Default Constructor -
ConfigEmptyException
Constructor for ConfigEmptyException.
- Parameters:
cause- aThrowableobject.
-