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