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 SummaryFields Modifier and Type Field Description static intCANT_GROUP_BY_FIELD_WITH_NESTED_TABLE_FIELDS
 - 
Constructor SummaryConstructors Constructor Description QueryWizardEditProviderException(int reason)QueryWizardEditProviderException(String exceptionDescription)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetType()Get exception reasonStringtoString()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
- 
 
- 
- 
- 
Field Detail- 
CANT_GROUP_BY_FIELD_WITH_NESTED_TABLE_FIELDSpublic static final int CANT_GROUP_BY_FIELD_WITH_NESTED_TABLE_FIELDS - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
QueryWizardEditProviderExceptionpublic QueryWizardEditProviderException(String exceptionDescription) - Parameters:
- exceptionDescription- Message of exception
 
 - 
QueryWizardEditProviderExceptionpublic QueryWizardEditProviderException(int reason) - Parameters:
- reason- exception reason
 
 
- 
 
-