org.openanzo.glitter.exception
Class UnknownFunctionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openanzo.glitter.syntax.concrete.ParseException
              extended by org.openanzo.glitter.exception.UnknownFunctionException
All Implemented Interfaces:
java.io.Serializable

public class UnknownFunctionException
extends ParseException

Thrown if a query references (in a FILTER or ORDER BY) a URI that doesn't identify a known function.

Author:
lee
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openanzo.glitter.syntax.concrete.ParseException
currentToken, expectedTokenSequences, tokenImage
 
Constructor Summary
UnknownFunctionException(java.net.URI function)
           
 
Method Summary
 
Methods inherited from class org.openanzo.glitter.syntax.concrete.ParseException
getMessage
 
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

UnknownFunctionException

public UnknownFunctionException(java.net.URI function)
Parameters:
function - The unknown function's URI.


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.