java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.sormuras.bach.BuildException
- All Implemented Interfaces:
Serializable
An exception thrown at build time.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionBuildException​(String message)
Initialize this build-related exception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BuildException
Initialize this build-related exception with the specified detail message.- Parameters:
message
- the detail message
-