类 BuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.buildpack.platform.build.BuilderException
- 所有已实现的接口:
Serializable
Exception thrown to indicate a Builder error.
- 从以下版本开始:
- 2.3.0
- 作者:
- Scott Frederick
- 另请参阅:
-
方法概要
修饰符和类型方法说明Return the Builder operation that failed.int
Return the status code returned from a Builder operation.
-
方法详细资料
-
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
-