org.openrdf.result
Class NoResultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.query.QueryEvaluationException
                  extended by org.openrdf.result.NoResultException
All Implemented Interfaces:
Serializable

public class NoResultException
extends QueryEvaluationException

Expected a single result, but there were either zero or more than one result.

Author:
James Leigh
See Also:
Serialized Form

Constructor Summary
NoResultException()
           
NoResultException(String msg)
           
 
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

NoResultException

public NoResultException()

NoResultException

public NoResultException(String msg)


Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.