Package me.wobblyyyy.pathfinder.error
Class NoFindersException
java.lang.Object
java.lang.Throwable
java.lang.Exception
me.wobblyyyy.pathfinder.error.NoFindersException
- All Implemented Interfaces:
java.io.Serializable
public class NoFindersException
extends java.lang.Exception
An exception to be used in cases where the user hasn't enabled any
of the finders available.
If you're confused about what the hell is going wrong, you should make sure to set at least one of the finders (usesLightning, usesFast, usesTheta, etc) to "TRUE" in the pathfinder config.
- Since:
- 0.1.0
- Author:
- Colin Robertson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NoFindersException(java.lang.String exception)
Throw a new InvalidPathException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
NoFindersException
public NoFindersException(java.lang.String exception)Throw a new InvalidPathException.- Parameters:
exception
- the exception message.
-