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);
std::string getReason() const
Definition: URISyntaxException.h:136
int getIndex() const
Definition: URISyntaxException.h:143
std::string getInput() const
Definition: URISyntaxException.h:129
#define DECAF_API
Definition: Config.h:29
Definition: Exception.h:38
Definition: URISyntaxException.h:27
virtual URISyntaxException * clone() const
Clones this exception.
Definition: URISyntaxException.h:120
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: AprPool.h:25