net.sourceforge.fluxion.datasource.query
Class QueryGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.fluxion.datasource.query.QueryGenerationException
All Implemented Interfaces:
java.io.Serializable

public class QueryGenerationException
extends java.lang.Exception

Thrown whenever the query cannot be generated, for any reason.

Version:
1.0 date: 04-Jul-2006
Author:
Tony Burdett
See Also:
Serialized Form

Constructor Summary
QueryGenerationException()
           
QueryGenerationException(java.lang.String message)
           
QueryGenerationException(java.lang.String message, java.lang.Throwable cause)
           
QueryGenerationException(java.lang.Throwable cause)
           
 
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

QueryGenerationException

public QueryGenerationException()

QueryGenerationException

public QueryGenerationException(java.lang.String message)

QueryGenerationException

public QueryGenerationException(java.lang.String message,
                                java.lang.Throwable cause)

QueryGenerationException

public QueryGenerationException(java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.