public class RewriterException extends Exception
| Constructor and Description |
|---|
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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.