"

2013 FRC Java API

"

Uses of Class
java.lang.Error

Packages that use Error
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
com.sun.squawk.util Provides classes for basic utilities sometimes found in JSE (LineReader, unsynchronized Vectors, Math utilities, etc.) 
java.lang MID Profile Language Classes included from Java 2 Standard Edition. 
 

Uses of Error in com.sun.squawk
 

Methods in com.sun.squawk that throw Error
static Suite Suite.getSuite(String uri)
          Gets the Suite corresponding to a given URI, loading it if necessary.
static Suite Suite.getSuite(String uri, boolean errorOnIOException)
          Gets the Suite corresponding to a given URI, loading it if necessary.
 

Uses of Error in com.sun.squawk.util
 

Methods in com.sun.squawk.util that return Error
abstract  Error StructuredFileInputStream.formatError(String msg)
          Throw a LinkageError to indicate there was an IO error or the file did not conform to the structure expected by the client of this class.
 

Uses of Error in java.lang
 

Subclasses of Error in java.lang
 class NoClassDefFoundError
          Thrown if the Java Virtual Machine tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.
 class OutOfMemoryError
          Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
 class VirtualMachineError
          Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"