Package org.eclipse.tycho.core.shared
Class BuildFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.tycho.core.shared.BuildFailureException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DependencyResolutionException
public class BuildFailureException extends java.lang.RuntimeException
Exception indicating a user error e.g. an invalid or inconsistent build configuration.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description BuildFailureException(java.lang.String message)
BuildFailureException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-