Package javanet.staxutils.error
Class IllegalStreamStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- javanet.staxutils.error.IllegalStreamStateException
-
- All Implemented Interfaces:
Serializable
public class IllegalStreamStateException extends IllegalStateException
IllegalStateException
that includes a StAXLocation
identifying the point where the error occured.- Version:
- $Revision: 1.1 $
- Author:
- Christian Niles
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalStreamStateException()
IllegalStreamStateException(String s)
IllegalStreamStateException(String s, Location location)
IllegalStreamStateException(Location location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Location
getLocation()
Returns theLocation
where the error occured.void
setLocation(Location location)
Sets theLocation
where the error occured.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-