Package hec.data.textFilter
Class TextFilterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hec.data.textFilter.TextFilterException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor from String messageConstructor from Throwable -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TextFilterException
Constructor from String message- Parameters:
msg
- the message
-
TextFilterException
Constructor from Throwable- Parameters:
t
- the Throwable
-