org.apache.cocoon.sitemap
Class PatternException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.apache.avalon.framework.CascadingException
|
+--org.apache.cocoon.sitemap.PatternException
- All Implemented Interfaces:
- org.apache.avalon.framework.CascadingThrowable, java.io.Serializable
- public class PatternException
- extends org.apache.avalon.framework.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.java,v 1.4 2002/02/22 07:03:55 cziegeler Exp $
- Author:
- Pierpaolo Fumagalli
(Apache Software Foundation, Exoffice Technologies), Sylvain Wallez
- See Also:
- Serialized Form
Constructor Summary |
PatternException(java.lang.Exception ex)
Creates a new PatternException instance. |
PatternException(java.lang.String message)
Construct a new PatternException instance. |
PatternException(java.lang.String message,
java.lang.Throwable t)
Construct a new PatternException that references
a parent Exception. |
Methods inherited from class org.apache.avalon.framework.CascadingException |
getCause |
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 |
PatternException
public PatternException(java.lang.String message)
- Construct a new
PatternException
instance.
PatternException
public PatternException(java.lang.Exception ex)
- Creates a new
PatternException
instance.
- Parameters:
ex
- an Exception
value
PatternException
public PatternException(java.lang.String message,
java.lang.Throwable t)
- Construct a new
PatternException
that references
a parent Exception.
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.