Package com._1c.g5.v8.dt.dcs
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DcsDataSetInfoException(String message)
ConstructorDcsDataSetInfoException(List<org.eclipse.xtext.resource.XtextSyntaxDiagnostic> errors)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.eclipse.xtext.resource.XtextSyntaxDiagnostic>
getErrors()
Get xtext errorsString
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
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
-
-