com.bigdata.rdf.rio
Class UnificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bigdata.rdf.rio.UnificationException
- All Implemented Interfaces:
- Serializable
public class UnificationException
- extends RuntimeException
An instance of this exception is thrown when the same blank node appears
in the context position of two or more statements having a distinct
subject predicate, and object. This is an error because it implies that
two statements with different bindings are the same statement.
- Version:
- $Id: UnificationException.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnificationException
public UnificationException(String msg)
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.