public class ProgramInvocationException extends Exception
| Constructor and Description |
|---|
ProgramInvocationException(String message)
Creates a ProgramInvocationException with the given message.
|
ProgramInvocationException(String message,
Throwable cause)
Creates a ProgramInvocationException for the given exception with an
additional message.
|
ProgramInvocationException(Throwable cause)
Creates a ProgramInvocationException for the given exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProgramInvocationException(String message)
message - The message for the exception.public ProgramInvocationException(Throwable cause)
cause - The exception that causes the program invocation to fail.Copyright © 2013–2014. All rights reserved.