Package org.owasp.encoder
Class UnsupportedContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.owasp.encoder.UnsupportedContextException
- All Implemented Interfaces:
Serializable
UnsupportedContextException -- thrown when the encoding context
specified is not known or supported.
- Author:
- Jeff Ichnowski
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedContextException
Sole constructor.- Parameters:
msg- the exception message--includes the name of the unsupported context
-