Klasse PSNErrorStrings

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

public class PSNErrorStrings extends Object
  • Felddetails

  • Konstruktordetails

    • PSNErrorStrings

      public PSNErrorStrings()
  • Methodendetails

    • isPSNErrorString

      public static boolean isPSNErrorString(String text)
      Returns true if a given string is a PSNErrorString.
      Parameter:
      text - the string to test
      Gibt zurück:
      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.
      Parameter:
      text - the string to test
      Gibt zurück:
      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.
      Parameter:
      text - the string to test
      Gibt zurück:
      true if a given string is a PSNErrorString describing that a PSN or a value was invalid.