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:
Serializable

public class GroovyBugError
extends AssertionError

See Also:
Serialized Form

Constructor Summary
GroovyBugError(Exception exception)
           
GroovyBugError(String message)
           
 
Method Summary
 Throwable getCause()
           
 String getMessage()
           
 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
 

Constructor Detail

GroovyBugError

public GroovyBugError(String message)

GroovyBugError

public GroovyBugError(Exception exception)
Method Detail

toString

public String toString()

getMessage

public String getMessage()

getCause

public Throwable getCause()


Copyright © 2003-2007 The Codehaus. All Rights Reserved.