com.hp.hpl.jena.reasoner
Class IllegalParameterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.hp.hpl.jena.shared.JenaException
                  extended bycom.hp.hpl.jena.reasoner.ReasonerException
                      extended bycom.hp.hpl.jena.reasoner.IllegalParameterException
All Implemented Interfaces:
java.io.Serializable

public class IllegalParameterException
extends ReasonerException

Exception used to to signal that a configuration parameter was used (typically in a setParameter call) that was not understood - either because it was not a recognized parameter URI or its value range was incorrect.

Version:
$Revision: 1.1 $ on $Date: 2003/05/08 15:08:16 $
Author:
Dave Reynolds
See Also:
Serialized Form

Constructor Summary
IllegalParameterException(java.lang.String message)
          Constructor.
 
Methods inherited from class com.hp.hpl.jena.shared.JenaException
getCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalParameterException

public IllegalParameterException(java.lang.String message)
Constructor.



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.