Package be.personify.util.exception
Class InvalidFilterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- be.personify.util.exception.InvalidFilterException
-
- All Implemented Interfaces:
Serializable
public class InvalidFilterException extends Exception
Invalid filter exception- Author:
- wouter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidFilterException()InvalidFilterException(String m)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidFilterException
public InvalidFilterException()
-
InvalidFilterException
public InvalidFilterException(String m)
-
-