public class PluginInvalidInputException extends PluginException
Constructor and Description |
---|
PluginInvalidInputException(String msg) |
PluginInvalidInputException(String msg,
Throwable cause) |
PluginInvalidInputException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Return the cause of this exception (if any) as specified in the
exception constructor.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PluginInvalidInputException(Throwable cause)
cause
- underlying exception that caused this to be thrownpublic PluginInvalidInputException(String msg)
msg
- describes the reason this exception is being thrown.public Throwable getCause()
getCause
in class PluginException
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.