Package com.nettoolkit.exception
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nettoolkit.exception.NetToolKitException
com.nettoolkit.exception.ParsingException
- All Implemented Interfaces:
Serializable
ParsingException is thrown when the client encounters an error while parsing a request argument or response packet.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParsingException(String strMessage, Object source) ParsingException(String strMessage, Throwable cause, Object source) ParsingException(Throwable cause, Object source) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
mSource
-
-
Constructor Details
-
ParsingException
-
ParsingException
-
ParsingException
-
-
Method Details
-
getSource
-