Package edu.wpi.first.hal.util
Class HalHandleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.wpi.first.hal.util.HalHandleException
-
- All Implemented Interfaces:
Serializable
public class HalHandleException extends RuntimeException
Exception indicating that an error has occurred with a HAL Handle.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HalHandleException(String msg)
Create a new HalHandleException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HalHandleException
public HalHandleException(String msg)
Create a new HalHandleException.- Parameters:
msg
- the message to attach to the exception
-
-