fr.umlv.tatoo.cc.common.generator
Class GeneratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.umlv.tatoo.cc.common.generator.GeneratorException
All Implemented Interfaces:
Serializable

public class GeneratorException
extends Exception

An exception raised by the generator. In general this exception wrap its cause.

Author:
Remi
See Also:
Serialized Form

Constructor Summary
GeneratorException(String message)
          Creates a generator exception.
GeneratorException(String message, Throwable cause)
          Creates a generator exception.
GeneratorException(Throwable cause)
          Creates a generator exception.
 
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

GeneratorException

public GeneratorException(String message)
Creates a generator exception.

Parameters:
message - message of the exception

GeneratorException

public GeneratorException(String message,
                          Throwable cause)
Creates a generator exception.

Parameters:
message - message of the exception
cause - cause of the exception, may be null

GeneratorException

public GeneratorException(Throwable cause)
Creates a generator exception.

Parameters:
cause - cause of the exception, may be null