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
public class InvalidEENameException extends 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
-
-
Constructor Summary
Constructors Constructor Description InvalidEENameException(String eeName)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidEENameException
public InvalidEENameException(String eeName)
-
-