Module com.pi4j

Class 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:
  • Field Details

    • MESSAGE

      public static String MESSAGE
      Constant MESSAGE="A required 'prefix' argument is null or"{trunked}
  • Constructor Details

    • ConfigMissingPrefixException

      public ConfigMissingPrefixException()
      Default Constructor
    • ConfigMissingPrefixException

      public ConfigMissingPrefixException(Throwable cause)

      Constructor for ConfigMissingPrefixException.

      Parameters:
      cause - a Throwable object.