org.apache.ibatis.abator.exception
Class UnknownTableException

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

public class UnknownTableException
extends java.lang.Exception

Author:
Jeff Butler
See Also:
Serialized Form

Constructor Summary
UnknownTableException(TableConfiguration tableConfiguration)
           
 
Method Summary
 TableConfiguration getTableConfiguration()
           
 
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

UnknownTableException

public UnknownTableException(TableConfiguration tableConfiguration)
Method Detail

getTableConfiguration

public TableConfiguration getTableConfiguration()