org.codehaus.groovy
Class GroovyBugError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by org.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()
Overrides:
toString in class Throwable

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable


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