com.endeca.portal.lql
Class LQLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.portal.lql.LQLException
All Implemented Interfaces:
java.io.Serializable

public class LQLException
extends java.lang.Exception

Exception thrown when encountering an error working with LQL.

Author:
Endeca Technologies, Inc.
See Also:
Serialized Form

Constructor Summary
LQLException(java.lang.String message)
          one-arg constructor
LQLException(java.lang.String message, java.lang.Throwable t)
          two-arg constructor
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LQLException

public LQLException(java.lang.String message)
one-arg constructor

Parameters:
message - error message

LQLException

public LQLException(java.lang.String message,
                    java.lang.Throwable t)
two-arg constructor

Parameters:
message - error message
t - inner exception