Rule Execution Server API

ilog.rules.xml.types
Class IlrDateFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by ilog.rules.xml.types.IlrDateFormatException
All Implemented Interfaces:
Serializable

public class IlrDateFormatException
extends IllegalArgumentException

This class represents a format exception used by the date parser when an invalid format is encountered.

See Also:
Serialized Form

Constructor Summary
IlrDateFormatException(String message)
           
IlrDateFormatException(String message, String errorString, int errorOffset)
           
 
Method Summary
 int getErrorOffset()
           
 String getErrorString()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IlrDateFormatException

public IlrDateFormatException(String message)

IlrDateFormatException

public IlrDateFormatException(String message,
                              String errorString,
                              int errorOffset)
Method Detail

getErrorOffset

public int getErrorOffset()

getErrorString

public String getErrorString()

toString

public String toString()
Overrides:
toString in class Throwable

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013