org.openrdf.model.util
Class ModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.