edu.dhbw.andar.exceptions
Class AndARException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.dhbw.andar.exceptions.AndARException
All Implemented Interfaces:
java.io.Serializable

public class AndARException
extends java.lang.Exception

There are different reasons, why an AndARException may occur. Though they are rather unlikely. Nevertheless they should be catched, so that the user might be informed. If they occur they are rather severe, which means the library doesn't work. Therefor they inherit from RuntimeExecptions. This also means, that they may be thrown at any time.

Author:
Tobi
See Also:
Serialized Form

Constructor Summary
AndARException(java.lang.String msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AndARException

public AndARException(java.lang.String msg)