Class CheckedAllocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.wpi.first.hal.util.CheckedAllocationException
All Implemented Interfaces:
Serializable

Exception indicating that the resource is already allocated This is meant to be thrown by the resource class.
See Also:
  • Constructor Details

    • CheckedAllocationException

      Create a new CheckedAllocationException.
      Parameters:
      msg - the message to attach to the exception