public class DangerousResultSizeException extends RuntimeException
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected int |
_safetyMaxResultSize
The max size of safety result.
|
| コンストラクタと説明 |
|---|
DangerousResultSizeException(String msg,
int safetyMaxResultSize)
Constructor.
|
DangerousResultSizeException(String msg,
Throwable cause,
int safetyMaxResultSize)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
getSafetyMaxResultSize()
Get the max size of safety result.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected final int _safetyMaxResultSize
public DangerousResultSizeException(String msg, int safetyMaxResultSize)
msg - The exception message. (NotNull)safetyMaxResultSize - The max size of safety result. (NotZero, ZotMinus)Copyright © 2014–2015 The DBFlute Project. All rights reserved.