Class UnknownDomainException

All Implemented Interfaces:
Serializable

public class UnknownDomainException extends MetaModelException
This type of exception is used when an invalid/unknown domain name is encountered.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • UnknownDomainException

      public UnknownDomainException(String domainName)
      Constructs an exception for an invalid domain name.
      Parameters:
      domainName - The domain name that was invalid or unknown.
  • Method Details

    • getDomainName

      public String getDomainName()
      This method returns the domain name that was unknown or invalid.
      Returns:
      the domain name that was unknown or invalid.