org.openanzo.glitter.exception
Class InvalidBlankNodeLabelException

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.InvalidBlankNodeLabelException
All Implemented Interfaces:
java.io.Serializable

public class InvalidBlankNodeLabelException
extends ParseException

Indicates that a blank node label was reused in a context where blank node label reuse is prohibited (such as between multiple SPARQL BGPs)

Author:
lee
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openanzo.glitter.syntax.concrete.ParseException
currentToken, expectedTokenSequences, tokenImage
 
Constructor Summary
InvalidBlankNodeLabelException(java.lang.String label)
           
 
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

InvalidBlankNodeLabelException

public InvalidBlankNodeLabelException(java.lang.String label)
Parameters:
label - The blank node label that was duplicated


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