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(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new build exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace
    • BuildException

      public BuildException(String message, Throwable cause)
      Instantiates a new build exception.
      Parameters:
      message - the message
      cause - the cause
    • BuildException

      public BuildException(String message)
      Instantiates a new build exception.
      Parameters:
      message - the message
    • BuildException

      public BuildException(Throwable cause)
      Instantiates a new build exception.
      Parameters:
      cause - the cause