org.xcmis.search.query
Class QueryExecutionExceptions

java.lang.Object
  extended by org.xcmis.search.query.QueryExecutionExceptions

public class QueryExecutionExceptions
extends Object

Exceptions what occurs during execution of query.


Constructor Summary
QueryExecutionExceptions()
           
 
Method Summary
 void addException(Throwable throwable)
           
 Throwable getTopException()
           
 boolean hasProblems()
          Determine if there are problems in this collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryExecutionExceptions

public QueryExecutionExceptions()
Method Detail

addException

public void addException(Throwable throwable)

hasProblems

public boolean hasProblems()
Determine if there are problems in this collection.

Returns:
true if there is at least one exception, or false if it is empty

getTopException

public Throwable getTopException()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.