Class TownyInitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.palmergames.bukkit.towny.exceptions.initialization.TownyInitException
- All Implemented Interfaces:
Serializable
Exception thrown when Towny fails to initialize.
- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionTownyInitException
(@NotNull String message, @NotNull TownyInitException.TownyError error) TownyInitException
(@NotNull String message, @NotNull TownyInitException.TownyError error, @NotNull Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TownyInitException
public TownyInitException(@NotNull @NotNull String message, @NotNull @NotNull TownyInitException.TownyError error) -
TownyInitException
public TownyInitException(@NotNull @NotNull String message, @NotNull @NotNull TownyInitException.TownyError error, @NotNull @NotNull Throwable t)
-
-
Method Details
-
getError
-