Package ru.bgcrm.model
Class BGMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ru.bgcrm.model.BGException
ru.bgcrm.model.BGMessageException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BGIllegalArgumentException,BGMessageInvalidException,DuplicateException
Исключение, сообщение которого необходимо показать пользователю и не надо писать в лог.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBGMessageException(String message) BGMessageException(String exception, String message) BGMessageException(String message, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
BGMessageException
-
BGMessageException
-
BGMessageException
-
-
Method Details
-
getException
-
toString
-
throwNew
Для вызова в JEXL скриптах.- Throws:
BGException
-