Package org.eclipse.tycho.artifacts
Class IllegalArtifactReferenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.tycho.artifacts.IllegalArtifactReferenceException
-
- All Implemented Interfaces:
Serializable
public class IllegalArtifactReferenceException extends 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
-
-
Constructor Summary
Constructors Constructor Description IllegalArtifactReferenceException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalArtifactReferenceException
public IllegalArtifactReferenceException(String message)
-
-