This project has retired. For details please refer to its
        
        Attic page.
      
 
PatternException (Cocoon API 2.1.12-dev [March 20 2012])
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: 
 - 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
 
 
 
 
 
 
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.