Class APINotInstantiatedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.fren_gor.ultimateAdvancementAPI.exceptions.APINotInstantiatedException
All Implemented Interfaces:
Serializable

public class APINotInstantiatedException extends RuntimeException
This exception is thrown when UltimateAdvancementAPI is used but the API has not yet been enabled.
See Also:
  • Constructor Details

    • APINotInstantiatedException

      public APINotInstantiatedException()
    • APINotInstantiatedException

      public APINotInstantiatedException(String message)
    • APINotInstantiatedException

      public APINotInstantiatedException(String message, Throwable cause)
    • APINotInstantiatedException

      public APINotInstantiatedException(Throwable cause)
    • APINotInstantiatedException

      protected APINotInstantiatedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)