org.apache.ibatis.abator.exception
Class GenerationRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.ibatis.abator.exception.GenerationRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class GenerationRuntimeException
extends java.lang.RuntimeException

Author:
Jeff Butler
See Also:
Serialized Form

Constructor Summary
GenerationRuntimeException()
           
GenerationRuntimeException(java.lang.String arg0)
           
GenerationRuntimeException(java.lang.String arg0, java.lang.Throwable arg1)
           
GenerationRuntimeException(java.lang.Throwable arg0)
           
 
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

GenerationRuntimeException

public GenerationRuntimeException()

GenerationRuntimeException

public GenerationRuntimeException(java.lang.String arg0)

GenerationRuntimeException

public GenerationRuntimeException(java.lang.String arg0,
                                  java.lang.Throwable arg1)

GenerationRuntimeException

public GenerationRuntimeException(java.lang.Throwable arg0)