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);
Definition Exception.h:38
Exception()
Default Constructor.
std::string getReason() const
Definition URISyntaxException.h:136
URISyntaxException(const char *file, const int lineNumber, const char *msg)
Constructor - Initializes the file name and line number where this message occurred.
URISyntaxException(const URISyntaxException &ex)
Copy Constructor.
URISyntaxException(const char *file, const int lineNumber, const std::string &input, const std::string &reason)
Constructor - Initializes the file name and line number where this message occurred.
URISyntaxException(const Exception &ex)
Conversion Constructor from some other Exception.
URISyntaxException()
Default Constructor.
std::string getInput() const
Definition URISyntaxException.h:129
URISyntaxException(const char *file, const int lineNumber, const std::string &input, const std::string &reason, int index)
Constructor - Initializes the file name and line number where this message occurred.
virtual ~URISyntaxException()
int getIndex() const
Definition URISyntaxException.h:143
URISyntaxException(const char *file, const int lineNumber, const std::exception *cause, const char *msg,...)
Constructor - Initializes the file name and line number where this message occurred.
virtual URISyntaxException * clone() const
Clones this exception.
Definition URISyntaxException.h:120
URISyntaxException(const std::exception *cause)
Constructor.
#define DECAF_API
Definition Config.h:29
Definition URLStreamHandlerManager.h:26
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25
Definition ArrayPointer.h:432