| org.apache.cocoon.sitemap.PatternException
PatternException | public class PatternException extends CascadingException (Code) | | This exception is thrown by a URIMatcher or by a
URITranslator when there's something wrong with the matching or
translation patterns.
author: Pierpaolo Fumagalli author: (Apache Software Foundation) author: Sylvain Wallez version: CVS $Id: PatternException.java 433543 2006-08-22 06:22:54Z crossley $ |
PatternException | public PatternException(String message)(Code) | | Construct a new PatternException instance.
|
PatternException | public PatternException(Exception ex)(Code) | | Creates a new PatternException instance.
Parameters: ex - an Exception value |
PatternException | public PatternException(String message, Throwable t)(Code) | | Construct a new PatternException that references
a parent Exception.
|
|
|