| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.groovy.tools.shell.ParseStatus
final class ParseStatus extends Object
Container for parse status details.
| Property Summary | |
|---|---|
        Throwable | 
        
            cause
             | 
        
        ParseCode | 
        
            code
             | 
        
| Constructor Summary | |
            ParseStatus(ParseCode code, Throwable cause)
             | 
        |
            ParseStatus(ParseCode code)
             | 
        |
            ParseStatus(Throwable cause)
             | 
        |
| Method Summary | 
|---|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Property Detail | 
|---|
final Throwable cause
final ParseCode code
| Constructor Detail | 
|---|
ParseStatus(ParseCode code, Throwable cause)
ParseStatus(ParseCode code)
ParseStatus(Throwable cause)
Copyright © 2003-2010 The Codehaus. All rights reserved.