18#ifndef _DECAF_NIO_BUFFERUNDERFLOWEXCEPTION_H_
19#define _DECAF_NIO_BUFFERUNDERFLOWEXCEPTION_H_
Definition Exception.h:38
BufferUnderflowException(const lang::Exception &ex)
Copy Constructor.
BufferUnderflowException()
Default Constructor.
BufferUnderflowException(const std::exception *cause)
Constructor.
virtual BufferUnderflowException * clone() const
Clones this exception.
Definition BufferUnderflowException.h:85
virtual ~BufferUnderflowException()
BufferUnderflowException(const BufferUnderflowException &ex)
Copy Constructor.
BufferUnderflowException(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.
BufferUnderflowException(const char *file, const int lineNumber, const char *msg,...)
Constructor.
#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