FabricElementNotFoundException クラス

  • java.lang.Object
    • RuntimeException

public class FabricElementNotFoundException extends FabricException

コンストラクターの概要

コンストラクター 説明
FabricElementNotFoundException()
FabricElementNotFoundException(FabricErrorCode errorCode)
FabricElementNotFoundException(String message)
FabricElementNotFoundException(String message, FabricErrorCode errorCode)
FabricElementNotFoundException(String message, Throwable cause)
FabricElementNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
FabricElementNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, FabricErrorCode errorCode)
FabricElementNotFoundException(String message, Throwable cause, FabricErrorCode errorCode)
FabricElementNotFoundException(Throwable cause)
FabricElementNotFoundException(Throwable cause, FabricErrorCode errorCode)

継承メンバー

コンストラクターの詳細

FabricElementNotFoundException

public FabricElementNotFoundException()

FabricElementNotFoundException

public FabricElementNotFoundException(FabricErrorCode errorCode)

パラメーター:

errorCode

FabricElementNotFoundException

public FabricElementNotFoundException(String message)

パラメーター:

message

FabricElementNotFoundException

public FabricElementNotFoundException(String message, FabricErrorCode errorCode)

パラメーター:

message
errorCode

FabricElementNotFoundException

public FabricElementNotFoundException(String message, Throwable cause)

パラメーター:

message
cause

FabricElementNotFoundException

protected FabricElementNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)

パラメーター:

message
cause
enableSuppression
writableStackTrace

FabricElementNotFoundException

protected FabricElementNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, FabricErrorCode errorCode)

パラメーター:

message
cause
enableSuppression
writableStackTrace
errorCode

FabricElementNotFoundException

public FabricElementNotFoundException(String message, Throwable cause, FabricErrorCode errorCode)

パラメーター:

message
cause
errorCode

FabricElementNotFoundException

public FabricElementNotFoundException(Throwable cause)

パラメーター:

cause

FabricElementNotFoundException

public FabricElementNotFoundException(Throwable cause, FabricErrorCode errorCode)

パラメーター:

cause
errorCode

適用対象