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
public class QueryWizardEditProviderException extends RuntimeException
Exception for query wizard edit provider- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
CANT_GROUP_BY_FIELD_WITH_NESTED_TABLE_FIELDS
-
Constructor Summary
Constructors Constructor Description QueryWizardEditProviderException(int reason)
QueryWizardEditProviderException(String exceptionDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getType()
Get exception reasonString
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Field Detail
-
CANT_GROUP_BY_FIELD_WITH_NESTED_TABLE_FIELDS
public static final int CANT_GROUP_BY_FIELD_WITH_NESTED_TABLE_FIELDS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
QueryWizardEditProviderException
public QueryWizardEditProviderException(String exceptionDescription)
- Parameters:
exceptionDescription
- Message of exception
-
QueryWizardEditProviderException
public QueryWizardEditProviderException(int reason)
- Parameters:
reason
- exception reason
-
-