org.xins.common.types
Class PatternCompileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PatternCompileException
protected PatternCompileException(String message)
- Creates a new
PatternCompileException
.
- Parameters:
message
- the detail message, or null
.
See http://www.xins.org/.