|
||||||||||
| 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.jetspeed.rewriter.RewriterException
public class RewriterException
RewriterException
| Constructor Summary | |
|---|---|
RewriterException()
Constructs a new RewriterException without specified detail
message. |
|
RewriterException(java.lang.String msg)
Constructs a new RewriterException with specified detail
message. |
|
RewriterException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a new RewriterException with specified detail
message and nested Throwable. |
|
RewriterException(java.lang.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 |
|---|
public RewriterException()
RewriterException without specified detail
message.
public RewriterException(java.lang.String msg)
RewriterException with specified detail
message.
msg - the error message.public RewriterException(java.lang.Throwable nested)
RewriterException with specified nested
Throwable.
nested - the exception or error that caused this exception
to be thrown.
public RewriterException(java.lang.String msg,
java.lang.Throwable nested)
RewriterException with specified detail
message and nested Throwable.
msg - the error message.nested - the exception or error that caused this exception
to be thrown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||