org.codehaus.groovy.tools
Class CompilerBugException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.groovy.GroovyException
              extended byorg.codehaus.groovy.tools.CompilerBugException
All Implemented Interfaces:
java.io.Serializable

public class CompilerBugException
extends GroovyException

See Also:
Serialized Form

Constructor Summary
CompilerBugException(java.lang.String source, java.lang.String phase, java.lang.Throwable caught)
           
 
Method Summary
 java.lang.Throwable getUnderlyingException()
           
 
Methods inherited from class org.codehaus.groovy.GroovyException
isFatal, setFatal
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompilerBugException

public CompilerBugException(java.lang.String source,
                            java.lang.String phase,
                            java.lang.Throwable caught)
Method Detail

getUnderlyingException

public java.lang.Throwable getUnderlyingException()


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