Class IllegalStreamStateException

    • Constructor Detail

      • IllegalStreamStateException

        public IllegalStreamStateException()
      • IllegalStreamStateException

        public IllegalStreamStateException​(Location location)
      • IllegalStreamStateException

        public IllegalStreamStateException​(String s)
      • IllegalStreamStateException

        public IllegalStreamStateException​(String s,
                                           Location location)
    • Method Detail

      • 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.