Class DuplicateBuildTypeIdException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DuplicateBuildTypeIdException
    extends java.lang.RuntimeException
    Thrown on attempt to add build configuration with duplicate id
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SBuildType getBuildType()
      Returns build configuration with same id
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DuplicateBuildTypeIdException

        public DuplicateBuildTypeIdException​(java.lang.String message,
                                             SBuildType buildType)
        Constructor
        Parameters:
        message - message
        buildType - build configuration with same id
    • Method Detail

      • getBuildType

        public SBuildType getBuildType()
        Returns build configuration with same id
        Returns:
        build configuration with same id