com.hp.hpl.jena.reasoner.rulesys
Class Rule.ParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.hp.hpl.jena.reasoner.rulesys.Rule.ParserException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Rule

public static class Rule.ParserException
extends java.lang.RuntimeException

Inner class. Exception raised if there is a problem during rule parsing.

See Also:
Serialized Form

Constructor Summary
Rule.ParserException(java.lang.String message, com.hp.hpl.jena.reasoner.rulesys.Rule.Parser parser)
          constructor
 
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

Rule.ParserException

public Rule.ParserException(java.lang.String message,
                            com.hp.hpl.jena.reasoner.rulesys.Rule.Parser parser)
constructor



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