Cantaloop CGimlet - API Documentation, Version: 0.2.0, Date: 2002-05-13 21:30 CEST

org.cantaloop.cgimlet
Class InternalCodeGenerationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.cantaloop.tools.BugException
                          |
                          +--org.cantaloop.cgimlet.InternalCodeGenerationException
All Implemented Interfaces:
java.io.Serializable

public class InternalCodeGenerationException
extends org.cantaloop.tools.BugException

This exception is thrown when a bug is detected at runtime.

Version:
0.2.0 ($Revision: 1.5 $)
Author:
Stefan Heimann
See Also:
Serialized Form

Fields inherited from class org.cantaloop.tools.BugException
m_nested, s_bugMsg
 
Constructor Summary
InternalCodeGenerationException()
           
InternalCodeGenerationException(java.lang.String msg)
           
 
Methods inherited from class org.cantaloop.tools.BugException
getNestedException, setNestedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalCodeGenerationException

public InternalCodeGenerationException()

InternalCodeGenerationException

public InternalCodeGenerationException(java.lang.String msg)

Copyright 2001, 2002 Stefan Heimann, David Leuschner. All rights reserved.