| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.apache.jetspeed.rewriter.RewriterException
RewriterException | public class RewriterException extends Exception (Code) | | RewriterException
author: David Sean Taylor version: $Id: RewriterException.java 516448 2007-03-09 16:25:47Z ate $ |
RewriterException | public RewriterException()(Code) | | Constructs a new RewriterException without specified detail
message.
|
RewriterException | public RewriterException(String msg)(Code) | | Constructs a new RewriterException with specified detail
message.
Parameters: msg - the error message. |
RewriterException | public RewriterException(Throwable nested)(Code) | | Constructs a new RewriterException with specified nested
Throwable .
Parameters: nested - the exception or error that caused this exceptionto be thrown. |
RewriterException | public RewriterException(String msg, Throwable nested)(Code) | | Constructs a new RewriterException with specified detail
message and nested Throwable .
Parameters: msg - the error message. Parameters: nested - the exception or error that caused this exceptionto be thrown. |
|
|
|