org.sblim.cimclient.internal.pullparser
Class XMLPullParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.sblim.cimclient.internal.pullparser.XMLPullParserException
All Implemented Interfaces:
java.io.Serializable

public class XMLPullParserException
extends java.io.IOException

Class XMLPullParserException is thrown by the PULL parser.

See Also:
Serialized Form

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

Parameters:
str -

XMLPullParserException

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

Parameters:
parser -
str -


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