- 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
public class ConfigMissingPrefixException extends ConfigException
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:
- http://www.pi4j.com/, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigMissingPrefixException()
Default ConstructorConfigMissingPrefixException(Throwable cause)
Constructor 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 Detail
-
MESSAGE
public static String MESSAGE
ConstantMESSAGE="A required 'prefix' argument is null or"{trunked}
-
-