org.xins.common.types
Class PatternCompileException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.xins.common.types.PatternCompileException
All Implemented Interfaces:
Serializable

public class PatternCompileException
extends RuntimeException

Exception thrown to indicate a pattern string could not be compiled.

Since:
XINS 1.0.0
Version:
$Revision: 1.9 $ $Date: 2006/08/28 09:12:34 $
Author:
Ernst de Haan
See Also:
Serialized Form

Constructor Summary
protected PatternCompileException(String message)
          Creates a new PatternCompileException.
 
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

PatternCompileException

protected PatternCompileException(String message)
Creates a new PatternCompileException.

Parameters:
message - the detail message, or null.


See http://www.xins.org/.