com.triactive.jdo.store.sql.expr
Class IllegalArgumentTypeException

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 com.triactive.jdo.store.sql.expr.IllegalArgumentTypeException
All Implemented Interfaces:
java.io.Serializable

public class IllegalArgumentTypeException
extends java.lang.IllegalArgumentException

Thrown if a SqlExpression having an illegal type is passed to a method.

Author:
Mike Martin
See Also:
Serialized Form

Constructor Summary
IllegalArgumentTypeException(SqlExpression arg)
          Constructs a illegal argument type exception.
 
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

IllegalArgumentTypeException

public IllegalArgumentTypeException(SqlExpression arg)
Constructs a illegal argument type exception.

Parameters:
arg - The argument having the wrong type.


Copyright ? 2001-2007 The TJDO Project All Rights Reserved.