net.ontopia.utils
Class OntopiaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ontopia.utils.OntopiaException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ContentStoreException, PersistenceException, QueryException, TMRAPException
public class OntopiaException
- extends Exception
PUBLIC: An exception class that can be used to wrap other
exceptions with. This is the most generic exception used.
- See Also:
- Serialized Form
cause
protected Throwable cause
OntopiaException
public OntopiaException(String message)
OntopiaException
public OntopiaException(Throwable cause)
OntopiaException
public OntopiaException(String message,
Throwable cause)
- Since:
- 1.3
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable
- Since:
- 1.3
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
- Since:
- 1.3.2
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintStream ps)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintWriter pw)
- Overrides:
printStackTrace
in class Throwable
Copyright © 2000-2012 Ontopia.