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:
java.io.Serializable
public class InvalidEENameException extends java.lang.RuntimeException
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InvalidEENameException(java.lang.String eeName)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-