public class PsimuRuntimeException extends RuntimeException
| Constructor and Description |
|---|
PsimuRuntimeException(String format,
Object... args)
Creates a new instance using a message.
|
PsimuRuntimeException(Throwable cause)
Creates a new instance using a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PsimuRuntimeException(String format, Object... args)
format - error messageargs - arguments to format.public PsimuRuntimeException(Throwable cause)
cause - error causeCopyright © 2022. All rights reserved.