se.liu.ida.critiquer.activities
Class IncompleteActivityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by se.liu.ida.critiquer.activities.IncompleteActivityException
All Implemented Interfaces:
Serializable

public class IncompleteActivityException
extends Exception

Activities that are not completely described may throw this exception when calculating how long time an activity takes to complete for instance

Author:
olale
See Also:
Serialized Form

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

IncompleteActivityException

public IncompleteActivityException()

IncompleteActivityException

public IncompleteActivityException(String message)
Parameters:
message -

IncompleteActivityException

public IncompleteActivityException(String message,
                                   Throwable cause)
Parameters:
message -
cause -

IncompleteActivityException

public IncompleteActivityException(Throwable cause)
Parameters:
cause -