Serialized Form
-
Package snap.parse
-
Exception snap.parse.ParseException
class ParseException extends RuntimeException implements Serializable-
Serialized Fields
-
_charIndex
int _charIndex
-
_lastToken
ParseToken _lastToken
-
_msg
String _msg
-
_parser
Parser _parser
-
_rule
ParseRule _rule
-
-
-
-
Package snap.util
-
Class snap.util.ByteArray
class ByteArray extends Object implements Serializable-
Serialized Fields
-
_bytes
byte[] _bytes
-
_charbuffer
char[] _charbuffer
-
_length
int _length
-
_offset
int _offset
-
-
-
-
Package snap.web
-
Exception snap.web.AccessException
class AccessException extends RuntimeException implements Serializable -
Exception snap.web.ResponseException
class ResponseException extends RuntimeException implements Serializable-
Serialized Fields
-
_resp
WebResponse _resp
-
-
-