18#ifndef _DECAF_IO_UNSUPPORTEDENCODINGEXCEPTION_H_
19#define _DECAF_IO_UNSUPPORTEDENCODINGEXCEPTION_H_
Definition: IOException.h:28
Thrown when the the Character Encoding is not supported.
Definition: UnsupportedEncodingException.h:31
UnsupportedEncodingException(const UnsupportedEncodingException &ex)
Copy Constructor.
virtual UnsupportedEncodingException * clone() const
Clones this exception.
Definition: UnsupportedEncodingException.h:86
UnsupportedEncodingException(const lang::Exception &ex)
Copy Constructor.
UnsupportedEncodingException(const char *file, const int lineNumber, const char *msg,...)
Constructor.
UnsupportedEncodingException()
Default Constructor.
UnsupportedEncodingException(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 ~UnsupportedEncodingException()
UnsupportedEncodingException(const std::exception *cause)
Constructor.
Definition: Exception.h:38
#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