com.fatdog.xmlEngine.exceptions
Class CategorizedInvalidQueryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.fatdog.xmlEngine.exceptions.InvalidQueryException
              extended bycom.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 InvalidQueryExceptions will be so qualified.

Version:
0.66
Author:
Howard Katz, howardk@fatdog.com
See Also:
Serialized Form

Constructor Summary
CategorizedInvalidQueryException(java.lang.String errorCondition, java.lang.String msg)
           
 
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
 

Constructor Detail

CategorizedInvalidQueryException

public CategorizedInvalidQueryException(java.lang.String errorCondition,
                                        java.lang.String msg)