Class BundleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uni_hildesheim.sse.easy.loader.framework.BundleException
All Implemented Interfaces:
Serializable

public class BundleException extends Exception
In case that a bundle manifest cannot be analyzed properly.
Author:
Holger Eichelberger
See Also:
  • Field Details

  • Constructor Details

    • BundleException

      public BundleException(String message)
      Creates a new bundle exception from the given message.
      Parameters:
      message - the message characterizing the problem