public class OntopiaException extends Exception
Constructor and Description |
---|
OntopiaException(String message) |
OntopiaException(String message,
Throwable cause) |
OntopiaException(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 OntopiaException(String message)
public OntopiaException(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