Module com.pi4j

Class PlatformTypeException

All Implemented Interfaces:
Serializable

public class PlatformTypeException extends PlatformException

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

    • PlatformTypeException

      public PlatformTypeException(String platformId, Class<? extends Platform> platformClass)
      Default Constructor
      Parameters:
      platformId - a String object.
      platformClass - a Class object.