Class IllegalStreamStateException

All Implemented Interfaces:
Serializable

public class IllegalStreamStateException extends IllegalStateException
IllegalStateException that includes a StAX Location identifying the point where the error occured.
Version:
$Revision: 1.1 $
Author:
Christian Niles
See Also:
  • Constructor Details

    • IllegalStreamStateException

      public IllegalStreamStateException()
    • IllegalStreamStateException

      public IllegalStreamStateException(Location location)
    • IllegalStreamStateException

      public IllegalStreamStateException(String s)
    • IllegalStreamStateException

      public IllegalStreamStateException(String s, Location location)
  • Method Details

    • getLocation

      public Location getLocation()
      Returns the Location where the error occured.
      Returns:
      The Location where the error occured.
    • setLocation

      public void setLocation(Location location)
      Sets the Location where the error occured.
      Parameters:
      location - The Location where the error occured.