Rule Execution Server API

ilog.rules.xml.util
Class IlrXmlFatalErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ilog.rules.xml.util.IlrXmlFatalErrorException
All Implemented Interfaces:
Serializable

public class IlrXmlFatalErrorException
extends Exception

This exception is raised when the parsing of an XML instance must be stopped during its execution. Usually, the raiiong occurs in an IlrXmlErrorHandler implementation to indicate the parser to stop its task.

See Also:
Serialized Form

Constructor Summary
IlrXmlFatalErrorException(String message)
          Build an exception from a string message.
 
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

IlrXmlFatalErrorException

public IlrXmlFatalErrorException(String message)
Build an exception from a string message.

Parameters:
message - the message

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013