public class PluginException extends WikiException
Constructor and Description |
---|
PluginException(String message)
Create a PluginException.
|
PluginException(String message,
Throwable original)
Create a PluginException with the given original exception wrapped.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getRootThrowable()
Return the original exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PluginException(String message)
message
- exception message.public PluginException(String message, Throwable original)
message
- exception message.original
- The original exception.public Throwable getRootThrowable()
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.