org.mule.common.query
Class QueryBuilderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mule.common.query.QueryBuilderException
All Implemented Interfaces:
Serializable

public class QueryBuilderException
extends Exception

This exception is throwed if the query can't be constructed based on the current state of the builder.

See Also:
Serialized Form

Constructor Summary
QueryBuilderException()
           
QueryBuilderException(String text)
           
 
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

QueryBuilderException

public QueryBuilderException()

QueryBuilderException

public QueryBuilderException(String text)


Copyright © 2015 MuleSoft, Inc.. All rights reserved.