se.liu.ida.critiquer.activities
Class IncompleteActivityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
-