biz.hammurapi.codegen
Class GenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by biz.hammurapi.Exception
              extended by biz.hammurapi.codegen.GenerationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DuplicateMethodException

public class GenerationException
extends biz.hammurapi.Exception

Version:
$Revision: 1.3 $
Author:
Pavel Vlasov
See Also:
Serialized Form

Constructor Summary
GenerationException()
           
GenerationException(java.lang.String message)
           
GenerationException(java.lang.String message, java.lang.Throwable cause)
           
GenerationException(java.lang.Throwable cause)
           
 
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

GenerationException

public GenerationException()

GenerationException

public GenerationException(java.lang.String message)
Parameters:
message -

GenerationException

public GenerationException(java.lang.String message,
                           java.lang.Throwable cause)
Parameters:
message -
cause -

GenerationException

public GenerationException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2003 Hammurapi Group. All Rights Reserved.