public class LinkageError extends Error
LinkageError indicate that a class has
some dependency on another class; however, the latter class has
incompatibly changed after the compilation of the former class.| Constructor and Description |
|---|
LinkageError()
Constructs a
LinkageError with no detail message. |
LinkageError(String s)
Constructs a
LinkageError with the specified detail
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, toStringpublic LinkageError()
LinkageError with no detail message.public LinkageError(String s)
LinkageError with the specified detail
message.s - the detail message.Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. Use of this specification is subject to license terms.