Module com.pi4j

Class PlatformNotFoundException

All Implemented Interfaces:
Serializable

public class PlatformNotFoundException 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

    • PlatformNotFoundException

      public PlatformNotFoundException()
      Default Constructor
    • PlatformNotFoundException

      public PlatformNotFoundException(String platformId)
      Alternate Constructor
      Parameters:
      platformId - a String object.
    • PlatformNotFoundException

      public PlatformNotFoundException(Class<? extends Platform> platformClass)
      Alternate Constructor
      Parameters:
      platformClass - a Class object.