"

2013 FRC Java API

"

com.sun.squawk
Class IllegalStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.squawk.IllegalStoreException

public class IllegalStoreException
extends RuntimeException

Thrown to indicate that an attempt has been made to store a pointer from persistent memory into non-persistent memory.


Constructor Summary
IllegalStoreException()
          Constructs an IllegalStoreException with no detail message.
IllegalStoreException(String s)
          Constructs an IllegalStoreException with the specified detail message.
 
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

IllegalStoreException

public IllegalStoreException()
Constructs an IllegalStoreException with no detail message.


IllegalStoreException

public IllegalStoreException(String s)
Constructs an IllegalStoreException with the specified detail message.

Parameters:
s - the detail message.

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"