All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class codegen.CodeGenException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----codegen.CodeGenException

public class CodeGenException
extends Exception
This is the exception caused by CodeGen, if we fail to generate code for some reasons.

Version:
$Id: CodeGenException.java,v 1.3 1998/12/15 17:51:43 swtech00 Exp $
Author:
Marcel Kyas

Constructor Index

 o CodeGenException()
Constructor
 o CodeGenException(String)
Constructor

Method Index

 o getMessage()
Overides Throwable
 o toString()
Overides Throwable

Constructors

 o CodeGenException
 public CodeGenException()
Constructor

 o CodeGenException
 public CodeGenException(String s)
Constructor

Methods

 o getMessage
 public String getMessage()
Overides Throwable

Overrides:
getMessage in class Throwable
 o toString
 public String toString()
Overides Throwable

Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index