Class LocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.apfelcreme.Pipes.Exception.LocationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChunkNotLoadedException, PipeTooLongException, TooManyOutputsException

public class LocationException extends Exception
See Also:
  • Constructor Details

    • LocationException

      public LocationException(SimpleLocation accessedLocation)
  • Method Details

    • getAccessedLocation

      public SimpleLocation getAccessedLocation()
      returns the position from which the chunk was accessed
      Returns:
      the position from which the chunk was accessed