Class PronounParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
me.folf.podns4j.PronounParseException
All Implemented Interfaces:
Serializable

public class PronounParseException extends Exception
Exception thrown when a pronoun record cannot be parsed.
See Also:
  • Constructor Details

    • PronounParseException

      public PronounParseException(String message)
      Creates exception with message.
      Parameters:
      message - the error message
    • PronounParseException

      public PronounParseException(String message, Throwable cause)
      Creates exception with message and cause.
      Parameters:
      message - the error message
      cause - the cause