public class MendixException extends Exception
| Constructor and Description |
|---|
MendixException() |
MendixException(String errMsg) |
MendixException(String errMsg,
Throwable cause) |
MendixException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MendixException()
public MendixException(String errMsg)
errMsg - The error message of this exceptionpublic MendixException(String errMsg, Throwable cause)
errMsg - The error message of this exceptioncause - The cause of this exceptionpublic MendixException(Throwable cause)
cause - The cause of this exception