public class FailureAnalysis extends ObjectSE
| コンストラクターと説明 |
|---|
FailureAnalysis(StringSE description, StringSE action, ThrowableSE cause) 指定された description および action を使用して、ユーザーが問題に対処するために必要な新しい FailureAnalysis を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getAction() 障害に対処するために実行するアクション(ある場合)を返します。 |
ThrowableSE | getCause() 失敗の原因を返します。 |
StringSE | getDescription() 失敗の説明を返します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic FailureAnalysis(StringSE description, StringSE action, ThrowableSE cause)
description および action を使用して、ユーザーが問題に対処するために必要な新しい FailureAnalysis を作成します。障害には、指定された cause が含まれます。description - 説明 action - アクション cause - 原因 public StringSE getDescription()
public StringSE getAction()
nullpublic ThrowableSE getCause()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.