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
IllegalStateException that includes a StAX Location identifying
the point where the error occured.- Version:
- $Revision: 1.1 $
- Author:
- Christian Niles
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalStreamStateException(String s, Location location) IllegalStreamStateException(Location location) -
Method Summary
Modifier and TypeMethodDescriptionReturns 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
-
Constructor Details
-
IllegalStreamStateException
public IllegalStreamStateException() -
IllegalStreamStateException
-
IllegalStreamStateException
-
IllegalStreamStateException
-
-
Method Details