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
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionreturns the position from which the chunk was accessedMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LocationException
-
-
Method Details
-
getAccessedLocation
returns the position from which the chunk was accessed- Returns:
- the position from which the chunk was accessed
-