|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.squawk.IllegalStoreException
public class IllegalStoreException
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 |
|---|
public IllegalStoreException()
IllegalStoreException with no detail message.
public IllegalStoreException(String s)
IllegalStoreException with the specified
detail message.
s - the detail message.
|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||