Class NotLinkedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tccc.kos.core.service.hardware.NotLinkedException
- All Implemented Interfaces:
Serializable
Exception when trying to access board features when the board
doesn't have a hardware link.
- Version:
- 2023-09-27
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotLinkedException
(Board board) Create a new exception for the specified board. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotLinkedException
Create a new exception for the specified board.
-