Package com.epimorphics.util
Class EpiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.epimorphics.util.EpiException
-
- All Implemented Interfaces:
Serializable
public class EpiException extends RuntimeException
Generic runtime exception wrapper for those times when you want a generic unchecked exception but don't mean it to be specific to any particular subsystem such a Jena.- Author:
- Dave Reynolds
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EpiException()EpiException(String message)EpiException(String message, Throwable cause)EpiException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-