public class IllegalStreamStateException
extends java.lang.IllegalStateException
IllegalStateException
that includes a StAX Location
identifying
the point where the error occured.Constructor and Description |
---|
IllegalStreamStateException() |
IllegalStreamStateException(Location location) |
IllegalStreamStateException(java.lang.String s) |
IllegalStreamStateException(java.lang.String s,
Location location) |
Modifier and Type | Method and Description |
---|---|
Location |
getLocation()
Returns the
Location where the error occured. |
void |
setLocation(Location location)
Sets the
Location where the error occured. |
public IllegalStreamStateException()
public IllegalStreamStateException(Location location)
public IllegalStreamStateException(java.lang.String s)
public IllegalStreamStateException(java.lang.String s, Location location)