com.lotus.xsl
Class QueryEngineException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.lotus.xsl.QueryEngineException

public class QueryEngineException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
QueryEngineException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryEngineException

public QueryEngineException(java.lang.String message)