org.codehaus.griffon.artifacts
[Java] Class InvalidVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.griffon.artifacts.InvalidVersionException
public class InvalidVersionException
extends RuntimeException
Throw when a specified version number is invalid
- Authors:
- Graeme Rocher
- Since:
- 1.2
Methods inherited from class RuntimeException
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Methods inherited from class Exception
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
InvalidVersionException
public InvalidVersionException()
-
InvalidVersionException
public InvalidVersionException(String s)
-
InvalidVersionException
public InvalidVersionException(String s, Throwable throwable)
-
InvalidVersionException
public InvalidVersionException(Throwable throwable)
-
Groovy Documentation