Uses of Class
java.lang.LinkageError
| Package | Description |
|---|---|
| java.lang | |
| java.lang.reflect | |
| org.apache.commons.logging |
Simple wrapper API around multiple logging APIs.
|
-
Uses of LinkageError in java.lang
Subclasses of LinkageError in java.lang Modifier and Type Class Description classAbstractMethodErrorThrown by the VM when an abstract method is called.classClassCircularityErrorThrown when the VM notices that an attempt is made to load a class which would directly or indirectly inherit from one of its subclasses.classClassFormatErrorThrown by a class loader when a class file has an illegal format or if the data that it contains can not be interpreted as a class.classExceptionInInitializerErrorThrown when an exception occurs during class initialization.classIllegalAccessErrorThrown when the VM notices that a program tries access a field which is not accessible from where it is referenced.classIncompatibleClassChangeErrorIncompatibleClassChangeErroris the superclass of all classes which represent errors that occur when inconsistent class files are loaded into the same running image.classInstantiationErrorThrown when the VM notices that a program tries to create a new instance of a class which has no visible constructors from the location wherenewis invoked.classNoClassDefFoundErrorThrown when the VM is unable to locate a class which it has been asked to load.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.classUnsatisfiedLinkErrorThrown when an attempt is made to invoke a native for which an implementation could not be found.classUnsupportedClassVersionErrorThrown when an attempt is made to load a class with a format version that is not supported by the VM.classVerifyErrorThrown when the VM notices that an attempt is made to load a class which does not pass the class verification phase. -
Uses of LinkageError in java.lang.reflect
Subclasses of LinkageError in java.lang.reflect Modifier and Type Class Description classGenericSignatureFormatErrorIndicates that a malformed signature has been encountered via a reflective method. -
Uses of LinkageError in org.apache.commons.logging
Methods in org.apache.commons.logging that throw LinkageError Modifier and Type Method Description static voidLogSource. setLogImplementation(Class logclass)Deprecated.Set the log implementation/log implementation factory by class.static voidLogSource. setLogImplementation(String classname)Deprecated.Set the log implementation/log implementation factory by the name of the class.