|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.osgi.service.pluginconversion.PluginConversionException
public class PluginConversionException
Custom exception for errors that can happen during plugin conversion.
Constructor Summary | |
---|---|
PluginConversionException()
Constructor for the class. |
|
PluginConversionException(java.lang.String message)
Create a new exception with the given message. |
|
PluginConversionException(java.lang.String message,
java.lang.Throwable cause)
Create a new exception with the given message and nested exception. |
|
PluginConversionException(java.lang.Throwable cause)
Create a new exception with the given nested exception. |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
Return the nested exception for this exception or null
if there is none. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, 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 |
---|
public PluginConversionException()
public PluginConversionException(java.lang.String message)
message
- the message for the exceptionpublic PluginConversionException(java.lang.String message, java.lang.Throwable cause)
message
- the message for the exceptioncause
- the nested exceptionpublic PluginConversionException(java.lang.Throwable cause)
cause
- the nested exceptionMethod Detail |
---|
public java.lang.Throwable getCause()
null
if there is none.
getCause
in class java.lang.Throwable
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |