org.apache.wiki.api.exceptions
Class ProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.wiki.api.exceptions.WikiException
              extended by org.apache.wiki.api.exceptions.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:
Serialized Form

Constructor Summary
ProviderException(String msg)
          Creates a ProviderException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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(String msg)
Creates a ProviderException.

Parameters:
msg -


Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.