public class FMUCException extends Exception
| Constructor and Description |
|---|
FMUCException() |
FMUCException(String reject) |
FMUCException(String reject,
Throwable nestedThrowable) |
FMUCException(Throwable nestedThrowable) |
| Modifier and Type | Method and Description |
|---|---|
void |
printStackTrace() |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic FMUCException()
public FMUCException(String reject)
public FMUCException(Throwable nestedThrowable)
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace in class ThrowableCopyright © 2003–2020 Ignite Realtime. All rights reserved.