public class IllegalStreamStateException extends IllegalStateException
IllegalStateException that includes a StAX Location
identifying the point where the error occured.| Constructor and Description |
|---|
IllegalStreamStateException() |
IllegalStreamStateException(Location location) |
IllegalStreamStateException(String s) |
IllegalStreamStateException(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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalStreamStateException()
public IllegalStreamStateException(Location location)
public IllegalStreamStateException(String s)
Copyright © 2019. All rights reserved.