org.openbp.cockpit.template.standard
Class CodeGeneratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openbp.cockpit.template.standard.CodeGeneratorException
All Implemented Interfaces:
java.io.Serializable

public class CodeGeneratorException
extends java.lang.RuntimeException

Exception that indicates a semantic errror in the execution flow of a method. This will cause the source code generation of the method to be cancelled.

Author:
Heiko Erhardt
See Also:
Serialized Form

Constructor Summary
CodeGeneratorException()
          Default constructor.
 
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

CodeGeneratorException

public CodeGeneratorException()
Default constructor.



Copyright © 2011. All Rights Reserved.