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