Package com._1c.g5.v8.dt.common
Class MessageUtils
- java.lang.Object
-
- com._1c.g5.v8.dt.common.MessageUtils
-
public final class MessageUtils extends Object
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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
createMultiStatus
public static 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- Parameters:
pluginId
- the plugin ID, cannot benull
t
-Throwable
, cannot benull
- Returns:
MultiStatus
, nevernull
-
-