Class PSNErrorStrings

java.lang.Object
org.emau.icmvc.ganimed.ttp.psn.exceptions.PSNErrorStrings

public class PSNErrorStrings extends Object
  • Field Details

  • Constructor Details

    • PSNErrorStrings

      public PSNErrorStrings()
  • Method Details

    • isPSNErrorString

      public static boolean isPSNErrorString(String text)
      Returns true if a given string is a PSNErrorString.
      Parameters:
      text - the string to test
      Returns:
      true if the given text is a PSNErrorString
    • isNotFoundErrorString

      public static boolean isNotFoundErrorString(String text)
      Returns true if a given string is a PSNErrorString describing that a PSN or a value was not found.
      Parameters:
      text - the string to test
      Returns:
      true if a given string is a PSNErrorString describing that a PSN or a value was not found.
    • isInvalidErrorString

      public static boolean isInvalidErrorString(String text)
      Returns true if a given string is a PSNErrorString describing that a PSN or a value was invalid.
      Parameters:
      text - the string to test
      Returns:
      true if a given string is a PSNErrorString describing that a PSN or a value was invalid.