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, toString
protected Throwable cause
public OntopiaRuntimeException(String message)
public OntopiaRuntimeException(Throwable cause)
public String getMessage()
getMessage
in class Throwable
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream ps)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter pw)
printStackTrace
in class Throwable