Class InvalidRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.geysermc.databaseutils.processor.util.InvalidRepositoryException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InvalidRepositoryExceptioncreateWithoutStackTrace(String message, Object... arguments) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidRepositoryException
-
-
Method Details
-
createWithoutStackTrace
public static InvalidRepositoryException createWithoutStackTrace(String message, Object... arguments)
-