Class EmptyFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.unimib.unimibmodules.exception.EmptyFieldException
- All Implemented Interfaces:
Serializable
Exception for empty fields.
- Version:
- 0.4.1
- Author:
- Luca milazzo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmptyFieldException
(String message) Constructs an EmptyFieldException with the specified messageEmptyFieldException
(String message, Throwable err) Constructs an EmptyFieldException with the specified message and root exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmptyFieldException
Constructs an EmptyFieldException with the specified message and root exception.- Parameters:
message
- the exception messageerr
- the root exception object
-
EmptyFieldException
Constructs an EmptyFieldException with the specified message- Parameters:
message
- the exception message
-