de.fhg.igd.logging
Class LoggingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.fhg.igd.logging.LoggingException
- All Implemented Interfaces:
- Serializable
- public class LoggingException
- extends RuntimeException
This exception will be thrown whenever something went wrong within
the Logging Framework.
- Version:
- "$Id: LoggingException.java 1913 2007-08-08 02:41:53Z jpeters $"
- Author:
- Matthias Pressfreund
- See Also:
- Serialized Form
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LoggingException
public LoggingException()
- Create a
LoggingException
.
LoggingException
public LoggingException(String message)
- Create a
LoggingException
that provides a message.
- Parameters:
message
- The message to be provided
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.