Java java.lang IllegalAccessError fields, constructors, methods, implement or subclass

Example usage for Java java.lang IllegalAccessError fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.lang IllegalAccessError.

The text is from its open source code.

Constructor

IllegalAccessError(String s)
Constructs an IllegalAccessError with the specified detail message.
IllegalAccessError()
Constructs an IllegalAccessError with no detail message.

Method

voidprintStackTrace()
Prints this throwable and its backtrace to the standard error stream.
voidsetStackTrace(StackTraceElement[] stackTrace)
Sets the stack trace elements that will be returned by #getStackTrace() and printed by #printStackTrace() and related methods.
StringtoString()
Returns a short description of this throwable.