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, toString
public EmptyStackRuntimeException()
public EmptyStackRuntimeException(String message)
public EmptyStackRuntimeException(Throwable cause)
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
Copyright © 2020 Voovan. All rights reserved.