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
public class EquinoxEmbedderException extends RuntimeException
AnEquinoxEmbedderException
is thrown if something in the otherwise transparent process of running an Equinox instance from within Maven goes wrong.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EquinoxEmbedderException(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
-
-