org.apache.maven.shared.utils.xml.pull
Class XmlPullParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.maven.shared.utils.xml.pull.XmlPullParserException
All Implemented Interfaces:
Serializable

public class XmlPullParserException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
XmlPullParserException(IOException e)
           
XmlPullParserException(SAXException e)
           
XmlPullParserException(String message)
           
 
Method Summary
 
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

XmlPullParserException

public XmlPullParserException(IOException e)

XmlPullParserException

public XmlPullParserException(SAXException e)

XmlPullParserException

public XmlPullParserException(String message)


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.