Griffon 1.2.0

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)


Field Summary
private static long serialVersionUID

 
Constructor Summary
ParseException(String message)

ParseException(Throwable cause)

 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID


 
Constructor Detail

ParseException

public ParseException(String message)


ParseException

public ParseException(Throwable cause)


 

Groovy Documentation