Package com._1c.g5.v8.dt.common
Class MessageUtils
java.lang.Object
com._1c.g5.v8.dt.common.MessageUtils
Messages utils
- Restriction:
- This class is not intended to be sub-classed by clients.
- Restriction:
- This class is not intended to be instantiated by clients.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.core.runtime.MultiStatus
createMultiStatus
(String pluginId, Throwable t) CreatesMultiStatus
for error message, plugin ID and exception to be used in error dialogs and other places where eror stack traces are needed
-
Method Details
-
createMultiStatus
CreatesMultiStatus
for error message, plugin ID and exception to be used in error dialogs and other places where eror stack traces are needed- Parameters:
pluginId
- the plugin ID, cannot benull
t
-Throwable
, cannot benull
- Returns:
MultiStatus
, nevernull
-