Class InvalidFacesException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.markvarga21.studentmanager.exception.InvalidFacesException
All Implemented Interfaces:
Serializable

@Generated public class InvalidFacesException extends RuntimeException
A custom exception for if the facial data is invalid.
See Also:
  • Constructor Details

    • InvalidFacesException

      public InvalidFacesException(String message, Double percent)
      The default constructor.
      Parameters:
      message - The message to be sent when the exception occurs.
      percent - The percentage of the faces matching.