Package com.google.gwt.logging.server
Class InvalidJsonLogRecordFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gwt.logging.server.InvalidJsonLogRecordFormatException
- All Implemented Interfaces:
Serializable
Exception thrown when unable to parse JSON strings or the JSON object does not
contain the expected properties.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs an InvalidJSonStringException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidJsonLogRecordFormatException
Constructs an InvalidJSonStringException.
-