UtilitiesException

public class UtilitiesException extends hk.hku.cecid.piazza.commons.GenericException

UtilitiesException represents all kinds of exception occuring in the utility functions.

Author:Hugo Y. K. Lam

Constructors

UtilitiesException

public UtilitiesException()

Creates a new instance of UtilitiesException.

UtilitiesException

public UtilitiesException(String message)

Creates a new instance of UtilitiesException.

Parameters:
  • message – the error message.

UtilitiesException

public UtilitiesException(Throwable cause)

Creates a new instance of UtilitiesException.

Parameters:
  • cause – the cause of this exception.

UtilitiesException

public UtilitiesException(String message, Throwable cause)

Creates a new instance of UtilitiesException.

Parameters:
  • message – the error message.
  • cause – the cause of this exception.