org.jaxen
Class JaxenRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jaxen.JaxenRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class JaxenRuntimeException
extends java.lang.RuntimeException

This class exists to wrap jaxen exceptions that otherwise wouldn't be propagated up through the axis iterators.

See Also:
Serialized Form

Constructor Summary
JaxenRuntimeException(JaxenException jaxenException)
           
JaxenRuntimeException(java.lang.String message)
           
 
Method Summary
 JaxenException getJaxenException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JaxenRuntimeException

public JaxenRuntimeException(JaxenException jaxenException)

JaxenRuntimeException

public JaxenRuntimeException(java.lang.String message)
Method Detail

getJaxenException

public JaxenException getJaxenException()


Copyright © 2001-2005 Codehaus. All Rights Reserved.