Class TextProviderException

All Implemented Interfaces:
Serializable

public class TextProviderException extends ProviderException
Thrown to indicate a problem with Text file processing.
Version:
1.0
Author:
Fyodor Kupolov
See Also:
  • Constructor Details

    • TextProviderException

      public TextProviderException()
    • TextProviderException

      public TextProviderException(String message)
    • TextProviderException

      public TextProviderException(String message, Throwable cause)
    • TextProviderException

      public TextProviderException(Throwable cause)
  • Method Details