edu.wpi.first.wpilibj.util
Class CheckedAllocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.wpi.first.wpilibj.util.CheckedAllocationException
public class CheckedAllocationException
- extends Exception
Exception indicating that the resource is already allocated
This is meant to be thrown by the resource class
- Author:
- dtjones
CheckedAllocationException
public CheckedAllocationException(String msg)
- Create a new CheckedAllocationException
- Parameters:
msg
- the message to attach to the exception
"For updated information see the Java FRC site"