类 BuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.buildpack.platform.build.BuilderException
- 所有已实现的接口:
Serializable
Exception thrown to indicate a Builder error.
- 从以下版本开始:
- 4.0
- 作者:
- Scott Frederick, Harry Yang
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static StringbuildMessage(String operation, int statusCode) Return the Builder operation that failed.intReturn the status code returned from a Builder operation.
-
字段详细资料
-
operation
-
statusCode
private final int statusCode
-
-
构造器详细资料
-
BuilderException
BuilderException(String operation, int statusCode)
-
-
方法详细资料
-
getOperation
Return the Builder operation that failed.- 返回:
- the operation description
-
getStatusCode
public int getStatusCode()Return the status code returned from a Builder operation.- 返回:
- the statusCode the status code
-
buildMessage
-