org.codehaus.jam.xml
Class TunnelledException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.codehaus.jam.xml.TunnelledException
All Implemented Interfaces:
java.io.Serializable

public class TunnelledException
extends java.lang.RuntimeException

Author:
Patrick Calahan <email: pcal-at-bea-dot-com>
See Also:
Serialized Form

Constructor Summary
TunnelledException(javax.xml.stream.XMLStreamException xse)
           
 
Method Summary
 javax.xml.stream.XMLStreamException getXMLStreamException()
           
 
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

TunnelledException

public TunnelledException(javax.xml.stream.XMLStreamException xse)
Method Detail

getXMLStreamException

public javax.xml.stream.XMLStreamException getXMLStreamException()