com.ecyrd.jspwiki.providers
Class ProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ecyrd.jspwiki.WikiException
com.ecyrd.jspwiki.providers.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProviderException
public ProviderException(String msg)
- Creates a ProviderException.
- Parameters:
msg
-