Class OpenCmsModulePackagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mediaworx.opencms.moduleutils.packager.exceptions.OpenCmsModulePackagerException
- All Implemented Interfaces:
Serializable
Exception used whenever there's an Error while packaging OpenCms modules
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new OpenCmsModulePackagerExceptionOpenCmsModulePackagerException(String s, Throwable cause) Creates a new OpenCmsModulePackagerException with a throwable that was causing the exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OpenCmsModulePackagerException
Creates a new OpenCmsModulePackagerException- Parameters:
s- description of the error
-
OpenCmsModulePackagerException
Creates a new OpenCmsModulePackagerException with a throwable that was causing the exception- Parameters:
s- description of the errorcause- the root cause of the Exception
-