Class InitException

All Implemented Interfaces:
Serializable

public class InitException extends RuntimeException
Thrown when the plugin cannot finish starting up. The message asks the user to report the problem.
See Also:
  • Constructor Details

    • InitException

      public InitException(String error)
      Creates the exception with a report hint in front of the given message.
      Parameters:
      error - what went wrong