tuwien.auto.calimero.exception
Class KNXException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tuwien.auto.calimero.exception.KNXException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
KNXConnectionClosedException, KNXDisconnectException, KNXFormatException, KNXLinkClosedException, KNXLogException, KNXMLException, KNXPortClosedException, KNXRemoteException, KNXTimeoutException

public class KNXException
extends java.lang.Exception

The root checked exception type used in the Calimero library.

See Also:
Serialized Form

Constructor Summary
KNXException()
          Constructs a new KNXException without a detail message.
KNXException(java.lang.String s)
          Constructs a new KNXException 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

KNXException

public KNXException()
Constructs a new KNXException without a detail message.


KNXException

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

Parameters:
s - the detail message