de.uni_paderborn.fujaba.codegen
Class OOExceptionExpr

java.lang.Object
  extended byde.uni_paderborn.fujaba.codegen.OOExpression
      extended byde.uni_paderborn.fujaba.codegen.OOSingleExpr
          extended byde.uni_paderborn.fujaba.codegen.OOExceptionExpr

public class OOExceptionExpr
extends OOSingleExpr

Class OOExceptionExpr

Version:
$Revision: 1.11 $
Author:
$Author: schneider $

Field Summary
static OOExceptionExpr ILLEGALDATA_EXCEPTION
          No comment provided by developer, please add a comment to improve documentation.
static OOExceptionExpr INTERRUPTED_EXCEPTION
          No comment provided by developer, please add a comment to improve documentation.
static OOExceptionExpr SDM_EXCEPTION
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
OOExceptionExpr(OOType type)
          Constructor for class OOExceptionExpr
 
Method Summary
 OOType getExceptionType()
          Get the exceptionType attribute of the OOExceptionExpr object
 java.lang.String getSourceCode(OOGenVisitor visitor)
          Get the sourceCode attribute of the OOExceptionExpr object
 java.lang.String toString()
           
 
Methods inherited from class de.uni_paderborn.fujaba.codegen.OOExpression
addAll, removeYou, toArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SDM_EXCEPTION

public static final OOExceptionExpr SDM_EXCEPTION
No comment provided by developer, please add a comment to improve documentation.


INTERRUPTED_EXCEPTION

public static final OOExceptionExpr INTERRUPTED_EXCEPTION
No comment provided by developer, please add a comment to improve documentation.


ILLEGALDATA_EXCEPTION

public static final OOExceptionExpr ILLEGALDATA_EXCEPTION
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

OOExceptionExpr

public OOExceptionExpr(OOType type)
Constructor for class OOExceptionExpr

Parameters:
type - No description provided
Method Detail

getExceptionType

public OOType getExceptionType()
Get the exceptionType attribute of the OOExceptionExpr object

Returns:
The exceptionType value

getSourceCode

public java.lang.String getSourceCode(OOGenVisitor visitor)
Get the sourceCode attribute of the OOExceptionExpr object

Overrides:
getSourceCode in class OOExpression
Parameters:
visitor - No description provided
Returns:
The sourceCode value

toString

public java.lang.String toString()
Returns:
short string representation of current object