Package bm.machine
Class BuildProblemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
bm.machine.BuildProblemException
- All Implemented Interfaces:
Serializable
To be thrown if the build encounters a problem.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates the exception.BuildProblemException(String msg, Throwable cause) Creates the exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BuildProblemException
Creates the exception.- Parameters:
msg- -
-
BuildProblemException
Creates the exception- Parameters:
msg- -cause- -
-