Class EmptyFieldException

java.lang.Object
java.lang.Throwable
java.lang.Exception
it.unimib.unimibmodules.exception.EmptyFieldException
All Implemented Interfaces:
Serializable

public class EmptyFieldException extends Exception
Exception for empty fields.
Version:
0.4.1
Author:
Luca milazzo
See Also:
  • Constructor Details

    • EmptyFieldException

      public EmptyFieldException(String message, Throwable err)
      Constructs an EmptyFieldException with the specified message and root exception.
      Parameters:
      message - the exception message
      err - the root exception object
    • EmptyFieldException

      public EmptyFieldException(String message)
      Constructs an EmptyFieldException with the specified message
      Parameters:
      message - the exception message