public class ExceptionInInitializerError extends LinkageError
Constructor and Description |
---|
ExceptionInInitializerError()
ExceptionInInitializerError
|
ExceptionInInitializerError(String s)
ExceptionInInitializerError
|
ExceptionInInitializerError(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getException() |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExceptionInInitializerError()
public ExceptionInInitializerError(String s)
s
- ?public ExceptionInInitializerError(Throwable throwable)
throwable
- ?public Throwable getException()