Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.enhydra.tool.codegen
Class GeneratorException  view GeneratorException download GeneratorException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.enhydra.tool.common.ToolException
              extended byorg.enhydra.tool.codegen.GeneratorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ValidationException

public class GeneratorException
extends org.enhydra.tool.common.ToolException

The GeneratorException is thrown when generation could not be completed or when setting invalid values for genertion options.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class org.enhydra.tool.common.ToolException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
GeneratorException(java.lang.String message)
          Create a GeneratorException with a specified error message.
GeneratorException(java.lang.Throwable chain, java.lang.String message)
          Create a GeneratorException linked to a parent exception.
 
Methods inherited from class org.enhydra.tool.common.ToolException
getMessage, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeneratorException

public GeneratorException(java.lang.String message)
Create a GeneratorException with a specified error message.


GeneratorException

public GeneratorException(java.lang.Throwable chain,
                          java.lang.String message)
Create a GeneratorException linked to a parent exception.