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, toString
public ProgramAbortException()
public ProgramAbortException(Throwable cause)
cause
- The exception that causes the program to fail.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.