Package bm.machine

Class BuildProblemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
bm.machine.BuildProblemException
All Implemented Interfaces:
Serializable

public class BuildProblemException extends Exception
To be thrown if the build encounters a problem.
See Also:
  • Constructor Details

    • BuildProblemException

      public BuildProblemException(String msg)
      Creates the exception.
      Parameters:
      msg - -
    • BuildProblemException

      public BuildProblemException(String msg, Throwable cause)
      Creates the exception
      Parameters:
      msg - -
      cause - -