org.apache.cocoon.sitemap
Class PatternException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.avalon.framework.CascadingException
              extended by org.apache.cocoon.sitemap.PatternException
All Implemented Interfaces:
Serializable, CascadingThrowable

public class PatternException
extends CascadingException

This exception is thrown by a URIMatcher or by a URITranslator when there's something wrong with the matching or translation patterns.

Version:
CVS $Id: PatternException.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Pierpaolo Fumagalli (Apache Software Foundation), Sylvain Wallez
See Also:
Serialized Form

Constructor Summary
PatternException(Exception ex)
          Creates a new PatternException instance.
PatternException(String message)
          Construct a new PatternException instance.
PatternException(String message, Throwable t)
          Construct a new PatternException that references a parent Exception.
 
Method Summary
 
Methods inherited from class org.apache.avalon.framework.CascadingException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

PatternException

public PatternException(String message)
Construct a new PatternException instance.


PatternException

public PatternException(Exception ex)
Creates a new PatternException instance.

Parameters:
ex - an Exception value

PatternException

public PatternException(String message,
                        Throwable t)
Construct a new PatternException that references a parent Exception.



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.