public class HJMPGeneratorException extends RuntimeException
| Constructor and Description |
|---|
HJMPGeneratorException(Exception nested) |
HJMPGeneratorException(String msg)
Constructs an
HJMPGeneratorException 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 HJMPGeneratorException(Exception nested)
public HJMPGeneratorException(String msg)
HJMPGeneratorException with the specified detail message.msg - the detail message.public 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.