org.sblim.wbem.xml.parser
Class XMLPullParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.sblim.wbem.xml.parser.XMLPullParserException
All Implemented Interfaces:
java.io.Serializable

public class XMLPullParserException
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
XMLPullParserException(java.lang.String str)
           
XMLPullParserException(XMLPullParser parser, java.lang.String str)
           
 
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(java.lang.String str)

XMLPullParserException

public XMLPullParserException(XMLPullParser parser,
                              java.lang.String str)


Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.