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