Package org.eclipse.tycho.artifacts
Class IllegalArtifactReferenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.tycho.artifacts.IllegalArtifactReferenceException
-
- All Implemented Interfaces:
java.io.Serializable
public class IllegalArtifactReferenceException extends java.lang.Exception
Exception thrown for syntactically incorrect references to Eclipse artifacts, e.g. references with an illegal version string or an unknown type.- See Also:
ArtifactType
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description IllegalArtifactReferenceException(java.lang.String message)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-