Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.
public class LinkageError
Known subtypesIncompatibleClassChangeError
LinkageError is the superclass of all error classes that occur when
loading and linking class files.See also
Constructors
public LinkageError() | Constructs a new LinkageError that includes the current stack trace. |
public LinkageError(String detailMessage) | Constructs a new LinkageError with the current stack trace and the specified detail message. |
Inherited methods
Constructor details
LinkageError
public LinkageError()Constructs a new
LinkageError that includes the current stack
trace.LinkageError
public LinkageError(String detailMessage)Constructs a new
LinkageError with the current stack trace and
the specified detail message.Parameters
detailMessageString- the detail message for this error.