public class CircularIncludeRuntimeException extends SRuntimeException
aaa.dicon --include--> bbb.dicon --include--> ccc.dicon --include--> aaa.dicon
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected String |
path |
protected Collection<String> |
paths |
| コンストラクタと説明 |
|---|
CircularIncludeRuntimeException(String path,
Collection<String> paths) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getPath() |
Collection<String> |
getPaths() |
protected static String |
toString(String path,
Collection<String> paths) |
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected String path
protected Collection<String> paths
public CircularIncludeRuntimeException(String path, Collection<String> paths)
public String getPath()
public Collection<String> getPaths()
protected static String toString(String path, Collection<String> paths)
Copyright © 2015–2018 The DBFlute Project. All rights reserved.