Package org.utplsql.api.exception
Class InvalidVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.utplsql.api.exception.InvalidVersionException
-
- All Implemented Interfaces:
Serializable
public class InvalidVersionException extends Exception
Exception thrown when trying to do stuff which requires a valid version object (like comparing)- Author:
- pesse
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidVersionException(Version version)InvalidVersionException(Version version, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VersiongetVersion()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-