Module com.pi4j

Class ConfigEmptyException

All Implemented Interfaces:
Serializable

public class ConfigEmptyException 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:
  • Field Details

    • MESSAGE

      public static String MESSAGE
      Constant MESSAGE="Configuration is missing or empty."
  • Constructor Details

    • ConfigEmptyException

      public ConfigEmptyException()
      Default Constructor
    • ConfigEmptyException

      public ConfigEmptyException(Throwable cause)

      Constructor for ConfigEmptyException.

      Parameters:
      cause - a Throwable object.