Class PluginConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.osgi.service.pluginconversion.PluginConversionException
- All Implemented Interfaces:
Serializable
Custom exception for errors that can happen during plugin conversion.
- Since:
- 3.0
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor for the class.PluginConversionException
(String message) Create a new exception with the given message.PluginConversionException
(String message, Throwable cause) Create a new exception with the given message and nested exception.Create a new exception with the given nested exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginConversionException
public PluginConversionException()Constructor for the class. -
PluginConversionException
Create a new exception with the given message.- Parameters:
message
- the message for the exception
-
PluginConversionException
Create a new exception with the given message and nested exception.- Parameters:
message
- the message for the exceptioncause
- the nested exception
-
PluginConversionException
Create a new exception with the given nested exception.- Parameters:
cause
- the nested exception
-
-
Method Details