|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.avalon.framework.CascadingException
org.apache.cocoon.sitemap.PatternException
This exception is thrown by a URIMatcher or by a
URITranslator when there's something wrong with the matching or
translation patterns.
| 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. |
|
| 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 |
public PatternException(String message)
PatternException instance.
public PatternException(Exception ex)
PatternException instance.
ex - an Exception value
public PatternException(String message,
Throwable t)
PatternException that references
a parent Exception.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||