2010 FRC Java API


edu.wpi.first.wpilibj.util
Class AllocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.wpi.first.wpilibj.util.AllocationException

public class AllocationException
extends RuntimeException

Exception indicating that the resource is already allocated

Author:
dtjones

Constructor Summary
AllocationException(String msg)
          Create a new AllocationException
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllocationException

public AllocationException(String msg)
Create a new AllocationException

Parameters:
msg - the message to attach to the exception

2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.