org.apache.jetspeed.rewriter
Class RewriterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jetspeed.rewriter.RewriterException
All Implemented Interfaces:
Serializable

public class RewriterException
extends Exception

RewriterException

Version:
$Id: RewriterException.java 516448 2007-03-09 16:25:47Z ate $
Author:
David Sean Taylor
See Also:
Serialized Form

Constructor Summary
RewriterException()
          Constructs a new RewriterException without specified detail message.
RewriterException(String msg)
          Constructs a new RewriterException with specified detail message.
RewriterException(String msg, Throwable nested)
          Constructs a new RewriterException with specified detail message and nested Throwable.
RewriterException(Throwable nested)
          Constructs a new RewriterException with specified nested Throwable.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

RewriterException

public RewriterException()
Constructs a new RewriterException without specified detail message.


RewriterException

public RewriterException(String msg)
Constructs a new RewriterException with specified detail message.

Parameters:
msg - the error message.

RewriterException

public RewriterException(Throwable nested)
Constructs a new RewriterException with specified nested Throwable.

Parameters:
nested - the exception or error that caused this exception to be thrown.

RewriterException

public RewriterException(String msg,
                         Throwable nested)
Constructs a new RewriterException with specified detail message and nested Throwable.

Parameters:
msg - the error message.
nested - the exception or error that caused this exception to be thrown.


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.