XML Parser for Java 1.1.9

com.ibm.xml.omake
Class RegexpParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ibm.xml.omake.RegexpParseException

public class RegexpParseException
extends java.lang.RuntimeException

Version:
Revision: 50 1.2 src/com/ibm/xml/omake/RegexpParseException.java, xml4jsrc, xml4j-jtcsv, xml4j_1_1_9
See Also:
Serialized Form

Constructor Summary
RegexpParseException()
           
RegexpParseException(java.lang.String mes)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegexpParseException

public RegexpParseException(java.lang.String mes)

RegexpParseException

public RegexpParseException()

XML Parser for Java 1.1.9