Links
Android Sites
Results
Loading…
Android APIs
Summary:
|
|
|
|
Added in
public
class
XmlPullParserException
extends
↳
↳
↳
org.xmlpull.v1.XmlPullParserException
Class Overview
This exception is thrown to signal XML Pull Parser related faults.
Summary
Fields
protected
int
protected
protected
int
Public Constructors
( s)
( msg,
parser,
chain)
Public Methods
int
()
()
int
()
void
()
Writes a printable representation of this Throwable’s stack trace
to the System.err stream.
Inherited Methods
From class
()
Records the stack trace from the point where this method has been called
to this Throwable.
()
Returns the cause of this Throwable, or null if there is
no cause.
()
Returns the extra information message which was provided when this
Throwable was created.
()
Returns the extra information message which was provided when this
Throwable was created.
()
Returns the array of stack trace elements of this Throwable.
( throwable)
Initializes the cause of this Throwable.
void
( err)
Writes a printable representation of this Throwable’s stack trace
to the specified print writer.
void
( err)
Writes a printable representation of this Throwable’s stack trace
to the specified print stream.
void
()
Writes a printable representation of this Throwable’s stack trace
to the System.err stream.
void
( trace)
Sets the array of stack trace elements.
()
Returns a string containing a concise, human-readable description of this
object.
From class
()
Creates and returns a copy of this Object.
boolean
( o)
Compares this instance with the specified object and indicates if they
are equal.
void
()
Invoked when the garbage collector has detected that this instance is no longer reachable.
final
>
()
Returns the unique instance of
that represents this
object’s class.
int
()
Returns an integer hash code for this object.
final
void
()
Causes a thread which is waiting on this object’s monitor (by means of
calling one of the wait() methods) to be woken up.
final
void
()
Causes all threads which are waiting on this object’s monitor (by means
of calling one of the wait() methods) to be woken up.
()
Returns a string containing a concise, human-readable description of this
object.
final
void
()
Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object.
final
void
(long millis, int nanos)
Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the
specified timeout expires.
final
void
(long millis)
Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the
specified timeout expires.
Fields
column
Added in
detail
Added in
row
Added in
Public Constructors
Added in
Added in
Public Methods
Added in
Added in
Added in
Added in
Writes a printable representation of this Throwable’s stack trace
to the System.err stream.
Please enable JavaScript to view the
Except as noted, this content is licensed under .
For details and restrictions, see the .
Android 4.2 r1 —
|
|