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 Details

    • createMultiStatus

      public static org.eclipse.core.runtime.MultiStatus createMultiStatus(String pluginId, Throwable t)
      Creates MultiStatus 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 be null
      t - Throwable, cannot be null
      Returns:
      MultiStatus, never null