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