Class PeriodoInvalidoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.grupo10.estacionamento.exceptions.PeriodoInvalidoException
-
- All Implemented Interfaces:
Serializable
public class PeriodoInvalidoException extends Exception
Classe PeriodoInvalidoException
Define a estrutura da exception Periodo Inválido
Herda atributo e métodos da classe Exception
- Since:
- may 2021
- Version:
- 1.0
- Author:
- Lucas Ramon
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PeriodoInvalidoException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-