public class ProgramAbortException extends Error
| Constructor and Description |
|---|
ProgramAbortException() |
ProgramAbortException(Throwable cause)
Creates a ProgramAbortException for the given exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProgramAbortException()
public ProgramAbortException(Throwable cause)
cause - The exception that causes the program to fail.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.