public class MuLiException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected Object[] |
args |
protected Location |
location |
protected String |
messageText |
| Constructor and Description |
|---|
MuLiException(@Opt Location location,
String messageText,
Object... args) |
MuLiException(String messageText) |
MuLiException(String messageText,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
protected Object[] |
getArgs() |
Location |
getLocation() |
protected String |
getMessageText() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringsee also the complete user documentation .