Uses of Class
org.utplsql.api.exception.InvalidVersionException
-
Packages that use InvalidVersionException Package Description org.utplsql.api org.utplsql.api.reporter.inspect -
-
Uses of InvalidVersionException in org.utplsql.api
Methods in org.utplsql.api that throw InvalidVersionException Modifier and Type Method Description booleanVersion. isGreaterOrEqualThan(Version v)Compares this version to a given version and returns true if this version is greater or equal than the given one If one of the version parts of the base version is null, this level is assumed equal no matter the comparing level's version part Throws anInvalidVersionExceptionif either this or the given version are invalidbooleanVersion. isGreaterThan(Version v)Compares this version to a given version and returns true if this version is greater than the given one If one of the version parts of the base version is null, this level is assumed equal no matter the comparing level's version part Throws anInvalidVersionExceptionif either this or the given version are invalidbooleanVersion. isLessOrEqualThan(Version v)Compares this version to a given version and returns true if this version is less or equal than the given one If one of the version parts of the base version is null, this level is assumed equal no matter the comparing level's version part Throws anInvalidVersionExceptionif either this or the given version are invalidbooleanVersion. isLessThan(Version v)Compares this version to a given version and returns true if this version is less than the given one If one of the version parts of the base version is null, this level is assumed equal no matter the comparing level's version part Throws anInvalidVersionExceptionif either this or the given version are invalid -
Uses of InvalidVersionException in org.utplsql.api.reporter.inspect
Methods in org.utplsql.api.reporter.inspect that throw InvalidVersionException Modifier and Type Method Description static ReporterInspectorReporterInspector. create(ReporterFactory reporterFactory, Connection conn)Returns a new instance of a ReporterInspector, based on the utPLSQL version used in the connection
-