public class HJMPFinderException extends YFinderException
| Constructor and Description |
|---|
HJMPFinderException(Exception nested)
Constructs an
HJMPException with the root cause. |
HJMPFinderException(String msg)
Constructs an
HJMPException with the specified detail message. |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getCausedByException() |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic HJMPFinderException(String msg)
HJMPException with the specified detail message.msg - the detail message.public HJMPFinderException(Exception nested)
HJMPException with the root cause.nested - the root causepublic Exception getCausedByException()
public void printStackTrace(PrintStream ps)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace in class ThrowableCopyright © 2017 SAP SE. All Rights Reserved.