Class ProviderException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchVersionException, RepositoryModifiedException

public class ProviderException extends WikiException
This exception represents the superclass of all exceptions that providers may throw. It is okay to throw it in case you cannot use any of the specific subclasses, in which case the page loading is considered to be broken, and the user is notified.
See Also:
  • Constructor Details

    • ProviderException

      Creates a ProviderException.
      Parameters:
      msg - exception message.