com.hp.hpl.jena.reasoner.dig
Class DIGWrappedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.hpl.jena.shared.JenaException
com.hp.hpl.jena.reasoner.dig.DIGReasonerException
com.hp.hpl.jena.reasoner.dig.DIGWrappedException
- All Implemented Interfaces:
- Serializable
public class DIGWrappedException
- extends DIGReasonerException
An exception type that wraps a checked exception from the DIG interface as a Jena (runtime)
exception.
- Version:
- Release @release@ ($Id: DIGWrappedException.java,v 1.4 2004/12/07 09:56:36 andy_seaborne Exp $)
- Author:
- Ian Dickinson, HP Labs (email)
- See Also:
- Serialized Form
DIGWrappedException
public DIGWrappedException(Throwable ex)
Construct a DIG exception that wraps a deeper exception from the DIG interface.
- Parameters:
ex
- An exception or other error to be wrapped
getWrappedException
public Throwable getWrappedException()
Answer the exception that this exception is wrapping.
- Returns:
- The underlying, or wrapped, exception
Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP