Class LoaderException

All Implemented Interfaces:
Serializable

public class LoaderException extends Exception
LoaderException is a custom exception class that extends Exception. Its thrown when a config file is not being parsed correctly.
See Also:
  • Constructor Details

    • LoaderException

      public LoaderException()
    • LoaderException

      public LoaderException(String message)
    • LoaderException

      public LoaderException(String message, Throwable cause)
    • LoaderException

      public LoaderException(Throwable cause)
    • LoaderException

      public LoaderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)