net.sourceforge.osgi.deployment.maven.manifest
Class ManifestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.osgi.deployment.maven.manifest.ManifestException
All Implemented Interfaces:
java.io.Serializable

public final class ManifestException
extends java.lang.RuntimeException

An ManifestException is thrown if any error occures while processing the input data from the IDeploymentPluginContext to generate the manifest file.

Author:
Siamak Haschemi, haschemi@informatik.hu-berlin.de
See Also:
Serialized Form

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

ManifestException

public 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.

Parameters:
p_message - the message of this exception
p_cause - the cause of this exception

ManifestException

public ManifestException(java.lang.Throwable p_cause)
Constructor which creates an Exception chain with a Throwable as the cause of this exception. No message is provided.

Parameters:
p_cause - p_cause the cause of this exception

ManifestException

public ManifestException(java.lang.String p_message)
Constructor which creates an Exception with no original cause (Throwable) . Only a message is provided.

Parameters:
p_message - the message of this exception


Copyright © 2008 Humboldt University Berlin. All Rights Reserved.