com.fatdog.xmlEngine.exceptions
Class CategorizedInvalidQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.fatdog.xmlEngine.exceptions.InvalidQueryException
com.fatdog.xmlEngine.exceptions.CategorizedInvalidQueryException
- All Implemented Interfaces:
- java.io.Serializable
- public class CategorizedInvalidQueryException
- extends InvalidQueryException
An InvalidQueryException
subclass with specif error type information.
Starting with v0.61, I've been using this class for invalid
queries which I've been able to categorize according to their
working group-assigned "Error Condition" identification.
The plan is that eventually all InvalidQueryException
s
will be so qualified.
- Version:
- 0.66
- Author:
- Howard Katz, howardk@fatdog.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CategorizedInvalidQueryException
public CategorizedInvalidQueryException(java.lang.String errorCondition,
java.lang.String msg)