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
IllegalStateExceptionthat includes a StAXLocationidentifying 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 LocationgetLocation()Returns theLocationwhere the error occured.voidsetLocation(Location location)Sets theLocationwhere the error occured.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-