Class ParsePhoneNumberException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.rcore.domain.commons.exception.DomainException
ru.foodtechlab.abe.core.entities.exception.ParsePhoneNumberException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalCharacterInPhoneNumberException, InvalidPhoneNumberCountryCodeException, PhoneNumberTooShortException

public class ParsePhoneNumberException extends com.rcore.domain.commons.exception.DomainException
See Also:
  • Constructor Details

    • ParsePhoneNumberException

      public ParsePhoneNumberException()
    • ParsePhoneNumberException

      public ParsePhoneNumberException(String domain, String reason, String details)