org.codehaus.griffon.cli.parsing
[Java] Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.griffon.cli.parsing.ParseException
public class ParseException
extends RuntimeException
Exception that is thrown in command line parsing fails.
- Authors:
- Graeme Rocher (Grails 2.0)
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 |
serialVersionUID
private static final long serialVersionUID
-
ParseException
public ParseException(String message)
-
ParseException
public ParseException(Throwable cause)
-
Groovy Documentation