public class MessageParsingException extends Exception
Constructor and Description |
---|
MessageParsingException(String message,
boolean beSilent) |
MessageParsingException(String message,
Throwable cause,
boolean beSilent) |
Modifier and Type | Method and Description |
---|---|
boolean |
isBeSilent() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MessageParsingException(String message, boolean beSilent)
message
- the exception message (for logging, internal purposes)beSilent
- instead send a general error message.Copyright © 2019 Communote team. All rights reserved.