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 classIOErrorThis 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 classIncompatibleClassChangeErrorIncompatibleClassChangeErroris the superclass of all classes which represent errors that occur when inconsistent class files are loaded into the same running image.classLinkageErrorLinkageErroris the superclass of all error classes that occur when loading and linking class files.classNoSuchFieldErrorThrown when the VM notices that a program tries to reference, on a class or object, a field that does not exist.classNoSuchMethodErrorThrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.
-