Package org.eclipse.tycho.p2.target.ee
Class InvalidEENameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.tycho.p2.target.ee.InvalidEENameException
- All Implemented Interfaces:
Serializable
Thrown if a custom execution environment name does not comply to format
<name>-<version>, with name not containing dashes (-) and version being a
valid OSGi version.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidEENameException
-