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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended bycom.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.
 
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.