org.openrdf.model.util
Class ModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openrdf.model.util.ModelException
All Implemented Interfaces:
Serializable

public class ModelException
extends RuntimeException

An exception thrown by Model and ModelUtil when specific conditions are not met.

Author:
Arjohn Kampman
See Also:
Serialized Form

Constructor Summary
ModelException()
           
ModelException(String message)
           
ModelException(String message, Throwable t)
           
ModelException(Throwable t)
           
 
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

ModelException

public ModelException()

ModelException

public ModelException(String message)

ModelException

public ModelException(Throwable t)

ModelException

public ModelException(String message,
                      Throwable t)


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