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:
Serializable
- Direct Known Subclasses:
DependencyResolutionException
public class BuildFailureException extends RuntimeException
Exception indicating a user error e.g. an invalid or inconsistent build configuration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BuildFailureException(String message)
BuildFailureException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-