18 #ifndef _DECAF_NET_URISYNTAXEXCEPTION_H_
19 #define _DECAF_NET_URISYNTAXEXCEPTION_H_
66 URISyntaxException(
const char* file,
const int lineNumber,
const std::exception* cause,
const char* msg, ...);
98 URISyntaxException(
const char* file,
const int lineNumber,
const std::string& input,
const std::string& reason);
111 URISyntaxException(
const char* file,
const int lineNumber,
const std::string& input,
const std::string& reason,
int index);
129 std::
string getInput()
const {
virtual URISyntaxException * clone() const
Clones this exception.
Definition: URISyntaxException.h:120
int getIndex() const
Definition: URISyntaxException.h:143
std::string getReason() const
Definition: URISyntaxException.h:136
#define DECAF_API
Definition: Config.h:29
Definition: Exception.h:38
Definition: URISyntaxException.h:27