Klasse Person.PersonCouldNotBeParsedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
application.model.Person.PersonCouldNotBeParsedException
Alle implementierten Schnittstellen:
Serializable
Umschließende Klasse:
Person

public static class Person.PersonCouldNotBeParsedException extends Exception
Siehe auch:
  • Konstruktordetails

    • PersonCouldNotBeParsedException

      public PersonCouldNotBeParsedException(int lineNumber, String whatCouldNotBeParsed, String fullLine)
  • Methodendetails

    • getLineNumber

      public int getLineNumber()
    • getWhatCouldNotBeParsed

      public String getWhatCouldNotBeParsed()
    • getLine

      public String getLine()
    • getMessage

      public String getMessage()
      Setzt außer Kraft:
      getMessage in Klasse Throwable