|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Error | |
---|---|
com.sentilla.system | Sentilla core system classes. |
java.lang |
Uses of Error in com.sentilla.system |
---|
Subclasses of Error in com.sentilla.system | |
---|---|
class |
AppLoadingError
Thrown to indicate that an application has failed to load. |
class |
BinarySlotAllocationError
Thrown when a binary slot cannot be allocated, eg due to exhausted system resources. |
Uses of Error in java.lang |
---|
Subclasses of Error in java.lang | |
---|---|
class |
AbstractMethodError
Thrown when an application tries to call an abstract method. |
class |
ExceptionInInitializerError
Thrown to indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class. |
class |
IllegalAccessError
|
class |
IncompatibleClassChangeError
|
class |
InternalError
Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine. |
class |
LinkageError
Thrown to indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class. |
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 |
NoSuchMethodError
|
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 |
StackOverflowError
|
class |
ThreadDeath
This is a special Error, which isn't reported by the VM if uncaught. |
class |
UnsatisfiedLinkError
Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native. |
class |
VerifyError
CLDC: Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem. |
class |
VirtualMachineError
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |