public class TerminationException extends Exception
Exception that is thrown if something with a
termination was not correct.| Constructor and Description |
|---|
TerminationException()
Creates a new
TerminationException with standard error message
("The termination mode was incorrect, please check your
choice."). |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TerminationException()
TerminationException with standard error message
("The termination mode was incorrect, please check your
choice.").