public class OntopiaRuntimeException extends RuntimeException
| Constructor and Description |
|---|
OntopiaRuntimeException(String message) |
OntopiaRuntimeException(String message,
Throwable cause) |
OntopiaRuntimeException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
String |
getMessage() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringprotected Throwable cause
public OntopiaRuntimeException(String message)
public OntopiaRuntimeException(Throwable cause)
public String getMessage()
getMessage in class Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace in class Throwable