Class ComparisonDataSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com._1c.g5.v8.dt.internal.compare.datasource.ComparisonDataSourceException
- All Implemented Interfaces:
Serializable
Exception that indicate unrecoverable errors occuring during the
IComparisonDataSource
lifecycle (e.g.
initialization, etc)- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance with enclosed throwable cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ComparisonDataSourceException
Constructs an instance with enclosed throwable cause- Parameters:
cause
- The cause. May not benull
-