org.agileclick.genorm
Class QueryConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.agileclick.genorm.QueryConfigException
All Implemented Interfaces:
java.io.Serializable

public class QueryConfigException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
QueryConfigException(java.lang.String option, java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 void setQuery(java.lang.String query)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryConfigException

public QueryConfigException(java.lang.String option,
                            java.lang.String message)
Method Detail

setQuery

public void setQuery(java.lang.String query)

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable