Class BuildRunException

All Implemented Interfaces:
Serializable

public class BuildRunException extends RuntimeException
Thrown when Savant fails while running the build. This is specifically during the run phase of the build where the targets are invoked.
See Also:
  • Constructor Details

    • BuildRunException

      public BuildRunException(String message)