18#ifndef _DECAF_NET_BINDEXCEPTION_H_
19#define _DECAF_NET_BINDEXCEPTION_H_
62 BindException(
const char* file,
const int lineNumber,
const std::exception* cause,
const char* msg, ...);
82 BindException(
const char* file,
const int lineNumber,
const char* msg, ...);
Exception()
Default Constructor.
BindException()
Default Constructor.
BindException(const std::exception *cause)
Constructor.
BindException(const Exception &ex)
Conversion Constructor from some other Exception.
BindException(const BindException &ex)
Copy Constructor.
virtual BindException * clone() const
Clones this exception.
Definition BindException.h:91
BindException(const char *file, const int lineNumber, const char *msg,...)
Constructor - Initializes the file name and line number where this message occurred.
BindException(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.
#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