public class SystemScriptFailureException extends RuntimeException
| コンストラクタと説明 |
|---|
SystemScriptFailureException(String msg)
Constructor.
|
SystemScriptFailureException(String msg,
Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SystemScriptFailureException(String msg)
msg - The message for the exception. (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.