Package org.eolang.maven.rust
Class BuildFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eolang.maven.rust.BuildFailureException
-
- All Implemented Interfaces:
Serializable
public class BuildFailureException extends RuntimeException
If cargo project building failed.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BuildFailureException(String message)
Ctor.BuildFailureException(String message, Throwable root)
Ctor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-