net.sf.farrago.query
Class FarragoPreparingStmt.InvalidPlanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.farrago.query.FarragoPreparingStmt.InvalidPlanException
All Implemented Interfaces:
Serializable
Enclosing class:
FarragoPreparingStmt

protected static class FarragoPreparingStmt.InvalidPlanException
extends Exception

Exception describing why a plan is invalid.

Not localized.

See Also:
Serialized Form

Field Summary
private  RelNode rel
           
 
Constructor Summary
FarragoPreparingStmt.InvalidPlanException(String message, RelNode rel)
           
 
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
 

Field Detail

rel

private final RelNode rel
Constructor Detail

FarragoPreparingStmt.InvalidPlanException

public FarragoPreparingStmt.InvalidPlanException(String message,
                                                 RelNode rel)