Module com.pi4j

Class ConfigException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigEmptyException, ConfigMissingPrefixException, ConfigMissingRequiredKeyException

public class ConfigException extends RuntimeException

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 Details

    • ConfigException

      public ConfigException(String message)
      Default Constructor
      Parameters:
      message - error message
    • ConfigException

      public ConfigException(Throwable cause)

      Constructor for ConfigException.

      Parameters:
      cause - a Throwable object.
    • ConfigException

      public ConfigException(String message, Throwable cause)

      Constructor for ConfigException.

      Parameters:
      message - a String object.
      cause - a Throwable object.