Uses of Class
java.lang.Error
-
Packages that use Error Package Description java.io java.lang -
-
Uses of Error in java.io
Subclasses of Error in java.io Modifier and Type Class Description class
IOError
This error is thrown when a severe I/O error has happened. -
Uses of Error in java.lang
Subclasses of Error in java.lang Modifier and Type Class Description class
IncompatibleClassChangeError
IncompatibleClassChangeError
is the superclass of all classes which represent errors that occur when inconsistent class files are loaded into the same running image.class
LinkageError
LinkageError
is the superclass of all error classes that occur when loading and linking class files.class
NoSuchFieldError
Thrown when the VM notices that a program tries to reference, on a class or object, a field that does not exist.class
NoSuchMethodError
Thrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.
-