org.jpox.store.expression
Class ScalarExpression.IllegalArgumentTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byorg.jpox.store.expression.ScalarExpression.IllegalArgumentTypeException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ScalarExpression

public static class ScalarExpression.IllegalArgumentTypeException
extends java.lang.IllegalArgumentException

An illegal argument error represents method invocations with unsupported/invalid argument types

See Also:
Serialized Form

Constructor Summary
ScalarExpression.IllegalArgumentTypeException(ScalarExpression arg)
          Constructor
 
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

ScalarExpression.IllegalArgumentTypeException

public ScalarExpression.IllegalArgumentTypeException(ScalarExpression arg)
Constructor

Parameters:
arg - the illegal expression for the method


Copyright © -2007 . All Rights Reserved.