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.MultiStatuscreateMultiStatus(String pluginId, Throwable t) CreatesMultiStatusfor error message, plugin ID and exception to be used in error dialogs and other places where eror stack traces are needed
-
Method Details
-
createMultiStatus
CreatesMultiStatusfor 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 benullt-Throwable, cannot benull- Returns:
MultiStatus, nevernull
-