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
-
CodeGenException()
- Constructor
-
CodeGenException(String)
-
Constructor
-
getMessage()
- Overides Throwable
-
toString()
- Overides Throwable
CodeGenException
public CodeGenException()
- Constructor
CodeGenException
public CodeGenException(String s)
- Constructor
getMessage
public String getMessage()
- Overides Throwable
- Overrides:
- getMessage in class Throwable
toString
public String toString()
- Overides Throwable
- Overrides:
- toString in class Throwable
All Packages Class Hierarchy This Package Previous Next Index