Class EquinoxEmbedderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.sisu.equinox.embedder.internal.EquinoxEmbedderException
- All Implemented Interfaces:
Serializable
An
EquinoxEmbedderException is thrown if something in the otherwise transparent
process of running an Equinox instance from within Maven goes wrong.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEquinoxEmbedderException(String message) EquinoxEmbedderException(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
-
EquinoxEmbedderException
-
EquinoxEmbedderException
-