org.openanzo.glitter.exception
Class CannotGenerateSolutionsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openanzo.glitter.exception.GlitterException
              extended by org.openanzo.glitter.exception.CannotGenerateSolutionsException
All Implemented Interfaces:
java.io.Serializable

public class CannotGenerateSolutionsException
extends GlitterException

A SolutionGenerator raises this exception if it is unable to handle the query pattern supplied to it. The Glitter engine catches this exception and handles the pattern itself, if possible.

Author:
lee
See Also:
Serialized Form

Constructor Summary
CannotGenerateSolutionsException()
          Default 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CannotGenerateSolutionsException

public CannotGenerateSolutionsException()
Default constructor.



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.