org.eobjects.metamodel.query.parser
Class SelectItemParser.MultipleSelectItemsParsedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.eobjects.metamodel.query.parser.SelectItemParser.MultipleSelectItemsParsedException
All Implemented Interfaces:
Serializable
Enclosing class:
SelectItemParser

public static class SelectItemParser.MultipleSelectItemsParsedException
extends IllegalArgumentException

See Also:
Serialized Form

Constructor Summary
SelectItemParser.MultipleSelectItemsParsedException(FromItem fromItem)
           
 
Method Summary
 FromItem getFromItem()
           
 
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

SelectItemParser.MultipleSelectItemsParsedException

public SelectItemParser.MultipleSelectItemsParsedException(FromItem fromItem)
Method Detail

getFromItem

public FromItem getFromItem()


Copyright © 2007-2013. All Rights Reserved.