org.codehaus.groovy
Class GroovyBugError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjava.lang.AssertionError
              extended byorg.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
 
Constructor Summary
GroovyBugError(java.lang.Exception exception)
           
GroovyBugError(java.lang.String message)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 java.lang.String getMessage()
           
 java.lang.String toString()
           
 
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
 

Field Detail

message

private java.lang.String message

exception

private java.lang.Exception exception
Constructor Detail

GroovyBugError

public GroovyBugError(java.lang.String message)

GroovyBugError

public GroovyBugError(java.lang.Exception exception)
Method Detail

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.