public class EmptyStackRuntimeException extends RuntimeException
| Constructor and Description |
|---|
EmptyStackRuntimeException() |
EmptyStackRuntimeException(String message) |
EmptyStackRuntimeException(String message,
Throwable cause) |
EmptyStackRuntimeException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
EmptyStackRuntimeException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EmptyStackRuntimeException()
public EmptyStackRuntimeException(String message)
public EmptyStackRuntimeException(Throwable cause)
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2020 Voovan. All rights reserved.