java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pi4j.config.exception.ConfigException
com.pi4j.config.exception.ConfigMissingPrefixException
- 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 ConstructorConstructor for ConfigMissingPrefixException. -
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="A required 'prefix' argument is null or"{trunked}
-
-
Constructor Details
-
ConfigMissingPrefixException
public ConfigMissingPrefixException()Default Constructor -
ConfigMissingPrefixException
Constructor for ConfigMissingPrefixException.
- Parameters:
cause- aThrowableobject.
-