Class ParsingException

All Implemented Interfaces:
Serializable

public class ParsingException extends NetToolKitException
ParsingException is thrown when the client encounters an error while parsing a request argument or response packet.
See Also:
  • Field Details

    • mSource

      protected Object mSource
  • Constructor Details

    • ParsingException

      public ParsingException(Throwable cause, Object source)
    • ParsingException

      public ParsingException(String strMessage, Object source)
    • ParsingException

      public ParsingException(String strMessage, Throwable cause, Object source)
  • Method Details

    • getSource

      public Object getSource()