public class HJMPFinderException extends YFinderException
| Constructor and Description |
|---|
HJMPFinderException(java.lang.Exception nested)
Constructs an
HJMPException with the root cause. |
HJMPFinderException(java.lang.String msg)
Constructs an
HJMPException with the specified detail message. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getCausedByException() |
void |
printStackTrace(java.io.PrintStream ps) |
void |
printStackTrace(java.io.PrintWriter pw) |
public HJMPFinderException(java.lang.String msg)
HJMPException with the specified detail message.msg - the detail message.public HJMPFinderException(java.lang.Exception nested)
HJMPException with the root cause.nested - the root causepublic java.lang.Exception getCausedByException()
public void printStackTrace(java.io.PrintStream ps)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter pw)
printStackTrace in class java.lang.ThrowableCopyright © 2018 SAP SE. All Rights Reserved.