org.codehaus.groovy
Class GroovyBugError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.codehaus.groovy.GroovyBugError
- All Implemented Interfaces:
- java.io.Serializable
- public class GroovyBugError
- extends java.lang.AssertionError
- See Also:
- Serialized Form
Field Summary |
private java.lang.Exception |
exception
|
private java.lang.String |
message
|
Fields inherited from class java.lang.Error |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
message
private java.lang.String message
exception
private java.lang.Exception exception
GroovyBugError
public GroovyBugError(java.lang.String message)
GroovyBugError
public GroovyBugError(java.lang.Exception exception)
toString
public java.lang.String toString()
getMessage
public java.lang.String getMessage()
getCause
public java.lang.Throwable getCause()
Copyright © 2003-2005 The Codehaus. All Rights Reserved.