com.fasterxml.jackson.dataformat.xml.util
Class StaxUtil

java.lang.Object
  extended by com.fasterxml.jackson.dataformat.xml.util.StaxUtil

public class StaxUtil
extends Object


Constructor Summary
StaxUtil()
           
 
Method Summary
static
<T> T
throwXmlAsIOException(XMLStreamException e)
          Adapter method used when only IOExceptions are declared to be thrown, but a XMLStreamException was caught.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaxUtil

public StaxUtil()
Method Detail

throwXmlAsIOException

public static <T> T throwXmlAsIOException(XMLStreamException e)
                               throws IOException
Adapter method used when only IOExceptions are declared to be thrown, but a XMLStreamException was caught.

Note: dummy type variable is used for convenience, to allow caller to claim that this method returns result of any necessary type.

Throws:
IOException


Copyright © 2012 fasterxml.com. All Rights Reserved.