|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.osgi.deployment.maven.manifest.ManifestException
public final class ManifestException
An ManifestException is thrown if any error occures while processing the input data from the IDeploymentPluginContext to generate the
manifest file.
| Constructor Summary | |
|---|---|
ManifestException(java.lang.String p_message)
Constructor which creates an Exception with no original cause ( Throwable) . |
|
ManifestException(java.lang.String p_message,
java.lang.Throwable p_cause)
Constructor which creates an Exception chain with a message and a Throwable as the cause of this exception. |
|
ManifestException(java.lang.Throwable p_cause)
Constructor which creates an Exception chain with a Throwable as the cause of this exception. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 ManifestException(java.lang.String p_message,
java.lang.Throwable p_cause)
Throwable as the cause of this exception.
p_message - the message of this exceptionp_cause - the cause of this exceptionpublic ManifestException(java.lang.Throwable p_cause)
Throwable as the cause of this exception. No message is provided.
p_cause - p_cause the cause of this exceptionpublic ManifestException(java.lang.String p_message)
Throwable) . Only a message is provided.
p_message - the message of this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||