Griffon 1.2.0

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


Constructor Summary
InvalidVersionException()

InvalidVersionException(String s)

InvalidVersionException(String s, Throwable throwable)

InvalidVersionException(Throwable throwable)

 
Method Summary
 
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
 

Constructor Detail

InvalidVersionException

public InvalidVersionException()


InvalidVersionException

public InvalidVersionException(String s)


InvalidVersionException

public InvalidVersionException(String s, Throwable throwable)


InvalidVersionException

public InvalidVersionException(Throwable throwable)


 

Groovy Documentation