Package com.eventstore.dbclient
Class ParseError
- java.lang.Object
-
- java.lang.Throwable
-
- com.eventstore.dbclient.ParseError
-
- All Implemented Interfaces:
java.io.Serializable
public class ParseError extends java.lang.Throwable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseError(java.lang.String connectionString, int from, int to, java.lang.String expected)
-