Class BuilderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.flowarg.flowupdater.utils.builderapi.BuilderException
All Implemented Interfaces:
Serializable

public class BuilderException extends RuntimeException
Builder API; This exception is thrown when an error occurred with Builder API.
See Also:
  • Constructor Details

    • BuilderException

      public BuilderException()
    • BuilderException

      public BuilderException(String reason)
    • BuilderException

      public BuilderException(String reason, Throwable cause)
    • BuilderException

      public BuilderException(Throwable cause)