com.ibm.lpex.util
Class RegularExpression.PatternException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.lpex.util.RegularExpression.PatternException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RegularExpression

public static class RegularExpression.PatternException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
RegularExpression.PatternException()
           
RegularExpression.PatternException(java.lang.String s)
           
 
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

RegularExpression.PatternException

public RegularExpression.PatternException()

RegularExpression.PatternException

public RegularExpression.PatternException(java.lang.String s)