Package org.ocpsoft.rewrite.exception
Class RewriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ocpsoft.rewrite.exception.RewriteException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParameterizationException
Exception thrown by the
Rewrite framework.- Author:
- Lincoln Baxter, III
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRewriteException(String message) RewriteException(String message, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RewriteException
-
RewriteException
-