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
public class UnsupportedContextException
- extends RuntimeException
UnsupportedContextException -- thrown when the encoding context
specified is not known or supported.
- Author:
- Jeff Ichnowski
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedContextException
public UnsupportedContextException(String msg)
- Sole constructor.
- Parameters:
msg - the exception message--includes the name of the
unsupported context
Copyright © 2011-2013 OWASP (Open Web-Application Security Project). All Rights Reserved.