org.codehaus.groovy.grails.plugins
Class InvalidVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.groovy.grails.plugins.InvalidVersionException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidVersionException
- extends java.lang.RuntimeException
Throw when a specified version number is invalid.
- Since:
- 1.2
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidVersionException
public InvalidVersionException()
InvalidVersionException
public InvalidVersionException(java.lang.String message)
InvalidVersionException
public InvalidVersionException(java.lang.String message,
java.lang.Throwable throwable)
InvalidVersionException
public InvalidVersionException(java.lang.Throwable throwable)