java.lang
Class LinkageError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.LinkageError
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExceptionInInitializerError, IncompatibleClassChangeError, NoClassDefFoundError, UnsatisfiedLinkError, VerifyError

public class LinkageError
extends Error

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.

See Also:
Serialized Form

Constructor Summary
LinkageError()
          Constructs a new linkage error with null as its detail message.
LinkageError(String msg)
          Constructs a new error with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkageError

public LinkageError()
Constructs a new linkage error with null as its detail message.


LinkageError

public LinkageError(String msg)
Constructs a new error with the specified detail message.



Copyright © 2007 Sentilla Corporation. All Rights Reserved.