org.rdtdm.helpers.log
Class LoggingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.rdtdm.helpers.log.LoggingException
All Implemented Interfaces:
java.io.Serializable

public class LoggingException
extends java.lang.Exception

Projekt:

Rule Discovery Tool / Data Mining - Version

Beschreibung:


Copyright (c) 2001 by Dirk Münstermann
All Rights Reserved

Version:
$Revision: 1.1 $ ($Date: 2001/09/26 12:01:12 $)
Changelog:
 $Log: LoggingException.java,v $
 Revision 1.1  2001/09/26 12:01:12  dirk
 init

 


Author:
Dirk Münstermann email
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
LoggingException(java.lang.String message)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoggingException

public LoggingException(java.lang.String message)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable