|
class | log4cxx::helpers::Exception |
| The class Exception and its subclasses indicate conditions that a reasonable application might want to catch. More...
|
|
class | log4cxx::helpers::RuntimeException |
| RuntimeException is the parent class of those exceptions that can be thrown during the normal operation of the process. More...
|
|
class | log4cxx::helpers::NullPointerException |
| Thrown when an application attempts to use null in a case where an object is required. More...
|
|
class | log4cxx::helpers::IllegalArgumentException |
| Thrown to indicate that a method has been passed an illegal or inappropriate argument. More...
|
|
class | log4cxx::helpers::IOException |
| Signals that an I/O exception of some sort has occurred. More...
|
|
class | log4cxx::helpers::MissingResourceException |
|
class | log4cxx::helpers::PoolException |
|
class | log4cxx::helpers::InterruptedException |
|
class | log4cxx::helpers::ThreadException |
|
class | log4cxx::helpers::TranscoderException |
|
class | log4cxx::helpers::IllegalMonitorStateException |
|
class | log4cxx::helpers::InstantiationException |
| Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class. More...
|
|
class | log4cxx::helpers::ClassNotFoundException |
| Thrown when an application tries to load in a class through its string name but no definition for the class with the specified name could be found. More...
|
|
class | log4cxx::helpers::NoSuchElementException |
|
class | log4cxx::helpers::IllegalStateException |
|
class | log4cxx::helpers::SocketException |
| Thrown to indicate that there is an error in the underlying protocol, such as a TCP error. More...
|
|
class | log4cxx::helpers::ConnectException |
| Signals that an error occurred while attempting to connect a socket to a remote address and port. More...
|
|
class | log4cxx::helpers::ClosedChannelException |
|
class | log4cxx::helpers::BindException |
| Signals that an error occurred while attempting to bind a socket to a local address and port. More...
|
|
class | log4cxx::helpers::InterruptedIOException |
| Signals that an I/O operation has been interrupted. More...
|
|
class | log4cxx::helpers::SocketTimeoutException |
| Signals that an I/O operation has been interrupted. More...
|
|