public class TooManyRegistrationComponentException extends RuntimeException
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected List<ComponentDef> |
componentDefList |
protected Object |
componentKey |
| コンストラクタと説明 |
|---|
TooManyRegistrationComponentException(String msg,
Object componentKey,
List<ComponentDef> componentDefList) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<ComponentDef> |
getComponentDefList() |
Object |
getComponentKey() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected final Object componentKey
protected final List<ComponentDef> componentDefList
public TooManyRegistrationComponentException(String msg, Object componentKey, List<ComponentDef> componentDefList)
public Object getComponentKey()
public List<ComponentDef> getComponentDefList()
Copyright © 2015–2018 The DBFlute Project. All rights reserved.