Package org.hippoecm.hst.core.linking
Class RewriteContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hippoecm.hst.core.linking.RewriteContextException
-
- All Implemented Interfaces:
Serializable
public class RewriteContextException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RewriteContextException()
RewriteContextException(String message)
RewriteContextException(String msg, Throwable nested)
RewriteContextException(Throwable nested)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-