public class JPFException extends RuntimeException
cause, detailMessage, stackTrace| Constructor and Description |
|---|
JPFException(String details) |
JPFException(String details,
Throwable cause) |
JPFException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
printStackTrace(PrintStream out) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toStringpublic JPFException(String details)
public JPFException(Throwable cause)
public void printStackTrace(PrintStream out)
printStackTrace in class Throwable