|
|||||||||||
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
RewriterException
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 |
public RewriterException()
RewriterException
without specified detail
message.
public RewriterException(String msg)
RewriterException
with specified detail
message.
msg
- the error message.public RewriterException(Throwable nested)
RewriterException
with specified nested
Throwable
.
nested
- the exception or error that caused this exception
to be thrown.public RewriterException(String msg, 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 |