tuwien.auto.calimero.log
Class KNXLogException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tuwien.auto.calimero.exception.KNXException
              extended by tuwien.auto.calimero.log.KNXLogException
All Implemented Interfaces:
java.io.Serializable

public class KNXLogException
extends KNXException

Thrown to indicate a problem while logging.

See Also:
Serialized Form

Constructor Summary
KNXLogException()
          Constructs a KNXLogException without a detail message.
KNXLogException(java.lang.String s)
          Constructs a KNXLogException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KNXLogException

public KNXLogException()
Constructs a KNXLogException without a detail message.


KNXLogException

public KNXLogException(java.lang.String s)
Constructs a KNXLogException with the specified detail message.

Parameters:
s - the detail message