org.apache.jetspeed.rewriter
Class RewriterException

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

public class RewriterException
extends Exception

RewriterException

Version:
$Id: RewriterException.java 188328 2005-02-08 19:08:40Z rogerrut $
Author:
David Sean Taylor
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
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.
 
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-2005 Apache Software Foundation. All Rights Reserved.