Class QueryWizardEditProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com._1c.g5.v8.dt.qw.ui.editproviders.QueryWizardEditProviderException
- All Implemented Interfaces:
Serializable
Exception for query wizard edit provider
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionQueryWizardEditProviderException
(int reason) QueryWizardEditProviderException
(String exceptionDescription) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
CANT_GROUP_BY_FIELD_WITH_NESTED_TABLE_FIELDS
public static final int CANT_GROUP_BY_FIELD_WITH_NESTED_TABLE_FIELDS- See Also:
-
-
Constructor Details
-
QueryWizardEditProviderException
- Parameters:
exceptionDescription
- Message of exception
-
QueryWizardEditProviderException
public QueryWizardEditProviderException(int reason) - Parameters:
reason
- exception reason
-
-
Method Details