Class BuildException

All Implemented Interfaces:
Serializable

public class BuildException extends RuntimeException
Represents an exception that occurs during the build. Terminates the current build when thrown.
See Also:
  • Constructor Details

    • BuildException

      public BuildException()
      Initializes a new builds the exception.
    • BuildException

      public BuildException(String format, Object... args)
      Instantiates a new build exception. As a convenience, any Throwable arguments will be replaced by their message.
      Parameters:
      format - the format
      args - the args
  • Method Details