Class DcsDataSetInfoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com._1c.g5.v8.dt.dcs.DcsDataSetInfoException
All Implemented Interfaces:
Serializable

public class DcsDataSetInfoException extends Exception
Исключение при работе с информацией набора данных
See Also:
  • Constructor Details

    • DcsDataSetInfoException

      public DcsDataSetInfoException(String message)
      Constructor
      Parameters:
      message - error text
    • DcsDataSetInfoException

      public DcsDataSetInfoException(List<org.eclipse.xtext.resource.XtextSyntaxDiagnostic> errors)
      Constructor
      Parameters:
      errors - list of xtext errors
  • Method Details

    • getErrors

      public List<org.eclipse.xtext.resource.XtextSyntaxDiagnostic> getErrors()
      Get xtext errors
      Returns:
      list of xtext errors
    • toString

      public String toString()
      Overrides:
      toString in class Throwable