org.universAAL.kinect.adapter.IMessageBroker
Class AdapterException

Package class diagram package AdapterException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.universAAL.kinect.adapter.IMessageBroker.AdapterException
All Implemented Interfaces:
Serializable

public class AdapterException
extends Exception

This class stand for any exception that could occur in the adapter.

See Also:
Serialized Form

Constructor Summary
AdapterException()
           
AdapterException(String message)
           
AdapterException(String message, Throwable cause)
           
AdapterException(Throwable cause)
           
 
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

AdapterException

public AdapterException()

AdapterException

public AdapterException(String message,
                        Throwable cause)

AdapterException

public AdapterException(String message)

AdapterException

public AdapterException(Throwable cause)


Copyright © 2014 universAAL Consortium. All Rights Reserved.