org.jfree.layouting.modules.output.html
public class URLRewriteException extends StackableException
Constructor Summary | |
---|---|
URLRewriteException()
Creates a StackableRuntimeException with no message and no parent. | |
URLRewriteException(String message, Exception ex)
Creates an exception.
| |
URLRewriteException(String message)
Creates an exception.
|
Parameters: message the exception message. ex the parent exception.
Parameters: message the exception message.