Class UnknownValueFormatException

All Implemented Interfaces:
Serializable

public class UnknownValueFormatException extends AppException
This type of exception is used when an invalid/unknown value format name is encountered.
Since:
6.3
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • UnknownValueFormatException

      public UnknownValueFormatException(String formatName)
      Constructs an exception for an invalid value format name.
      Parameters:
      formatName - The value format name that was invalid or unknown.
  • Method Details

    • getFormatName

      public String getFormatName()
      This method returns the value format name that was unknown or invalid.
      Returns:
      the value format name that was unknown or invalid.