com.bigdata.rdf.rio
Class StatementCyclesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bigdata.rdf.rio.StatementCyclesException
- All Implemented Interfaces:
- Serializable
public class StatementCyclesException
- extends RuntimeException
An instance of this exception is thrown if cycles are detected amoung
statements. A cycle can exist only when statement identifiers are enabled
and a statement is made either directly about itself or indirectly via
one or more statements about itself.
- Version:
- $Id: StatementCyclesException.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 |
StatementCyclesException
public StatementCyclesException(String msg)
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.