Class NotInstalledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kosdev.kos.core.service.hardware.NotInstalledException
All Implemented Interfaces:
Serializable

public class NotInstalledException extends RuntimeException
Exception when trying to link a board that is part of an assembly which hasn't been installed yet.
Since:
9
Version:
9
See Also:
  • Constructor Details

    • NotInstalledException

      public NotInstalledException(Object bean)
      Create a new exception for the specified object.
      Since:
      9