org.owasp.encoder
Class UnsupportedContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
UnsupportedContextException(String msg)
          Sole constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.