Class ProviderException

  • All Implemented Interfaces:
    java.io.Serializable

    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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ProviderException​(java.lang.String msg)
      Creates a ProviderException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProviderException

        public ProviderException​(java.lang.String msg)
        Creates a ProviderException.
        Parameters:
        msg - exception message.