@Public public class InvalidProgramException extends RuntimeException
Constructor and Description |
---|
InvalidProgramException()
Creates a new exception with no message.
|
InvalidProgramException(String message)
Creates a new exception with the given message.
|
InvalidProgramException(String message,
Throwable e)
Creates a new exception with the given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidProgramException()
public InvalidProgramException(String message)
message
- The exception message.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.