18#ifndef _DECAF_NIO_BUFFEROVERFLOWEXCEPTION_H_
19#define _DECAF_NIO_BUFFEROVERFLOWEXCEPTION_H_
61 const std::exception* cause,
const char* msg, ...);
Definition Exception.h:38
BufferOverflowException(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.
BufferOverflowException(const lang::Exception &ex)
Copy Constructor.
virtual BufferOverflowException * clone() const
Clones this exception.
Definition BufferOverflowException.h:84
BufferOverflowException(const std::exception *cause)
Constructor.
BufferOverflowException(const char *file, const int lineNumber, const char *msg,...)
Constructor.
BufferOverflowException(const BufferOverflowException &ex)
Copy Constructor.
BufferOverflowException()
Default Constructor.
virtual ~BufferOverflowException()
#define DECAF_API
Definition Config.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25