Class TextFilterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
hec.data.textFilter.TextFilterException
All Implemented Interfaces:
Serializable

public class TextFilterException extends Exception
See Also:
  • Constructor Details

    • TextFilterException

      public TextFilterException(String msg)
      Constructor from String message
      Parameters:
      msg - the message
    • TextFilterException

      public TextFilterException(Throwable t)
      Constructor from Throwable
      Parameters:
      t - the Throwable