Class MalformedRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
burp.api.montoya.http.message.requests.MalformedRequestException
All Implemented Interfaces:
Serializable

public class MalformedRequestException extends RuntimeException
This class represents an exception which is thrown when trying to retrieve attributes from a malformed request.
See Also:
  • Constructor Details

    • MalformedRequestException

      public MalformedRequestException(String message)