abc.weaving.weaver
Class CodeGenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by abc.weaving.weaver.CodeGenException
All Implemented Interfaces:
java.io.Serializable

public class CodeGenException
extends java.lang.RuntimeException

A runtime exception to throw a codegen error that we really did not expect to happen. Used in debugging, should never be thrown in the completed code generator.

Author:
Laurie Hendren
See Also:
Serialized Form

Constructor Summary
CodeGenException(java.lang.String message)
           
 
Method Summary
 
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

CodeGenException

public CodeGenException(java.lang.String message)