com.hp.hpl.jena.reasoner.dig
Class DIGWrappedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.shared.JenaException
                  extended by com.hp.hpl.jena.reasoner.dig.DIGReasonerException
                      extended by com.hp.hpl.jena.reasoner.dig.DIGWrappedException
All Implemented Interfaces:
java.io.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.5 2005/02/21 12:16:24 andy_seaborne Exp $)
Author:
Ian Dickinson, HP Labs (email)
See Also:
Serialized Form

Constructor Summary
DIGWrappedException(java.lang.Throwable ex)
          Construct a DIG exception that wraps a deeper exception from the DIG interface.
 
Method Summary
 java.lang.Throwable getWrappedException()
          Answer the exception that this exception is wrapping.
 
Methods inherited from class com.hp.hpl.jena.shared.JenaException
getCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DIGWrappedException

public DIGWrappedException(java.lang.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
Method Detail

getWrappedException

public java.lang.Throwable getWrappedException()

Answer the exception that this exception is wrapping.

Returns:
The underlying, or wrapped, exception


Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP