com.hp.hpl.jena.reasoner
Class IllegalParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.shared.JenaException
                  extended by com.hp.hpl.jena.reasoner.ReasonerException
                      extended by com.hp.hpl.jena.reasoner.IllegalParameterException
All Implemented Interfaces:
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: 2009-06-29 08:55:50 $
Author:
Dave Reynolds
See Also:
Serialized Form

Constructor Summary
IllegalParameterException(String message)
          Constructor.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalParameterException

public IllegalParameterException(String message)
Constructor.



Licenced under the Apache License, Version 2.0