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