Package org.mule.maven.pom.parser.api
Class BundleDescriptorCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.maven.pom.parser.api.BundleDescriptorCreationException
- All Implemented Interfaces:
Serializable
Exception thrown when it's not possible to load the descriptor for a bundle.
- Since:
- 2.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBundleDescriptorCreationException(String message) BundleDescriptorCreationException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BundleDescriptorCreationException
-
BundleDescriptorCreationException
-