com.hardcode.gdbms.engine.instruction
Class IncompatibleTypesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.hardcode.gdbms.engine.instruction.SemanticException
              extended by com.hardcode.gdbms.engine.instruction.IncompatibleTypesException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleTypesException
extends SemanticException

Lanzado cuando la operación especificada no está definida para los tipos de los operandos sobre los que se quiso operar

Author:
Fernando González Cortés
See Also:
Serialized Form

Constructor Summary
IncompatibleTypesException()
          Creates a new IncompatibleTypesException object.
IncompatibleTypesException(java.lang.String arg0)
          Creates a new IncompatibleTypesException object.
IncompatibleTypesException(java.lang.String arg0, java.lang.Throwable arg1)
          Creates a new IncompatibleTypesException object.
IncompatibleTypesException(java.lang.Throwable arg0)
          Creates a new IncompatibleTypesException object.
 
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

IncompatibleTypesException

public IncompatibleTypesException()
Creates a new IncompatibleTypesException object.


IncompatibleTypesException

public IncompatibleTypesException(java.lang.String arg0)
Creates a new IncompatibleTypesException object.

Parameters:
arg0 -

IncompatibleTypesException

public IncompatibleTypesException(java.lang.Throwable arg0)
Creates a new IncompatibleTypesException object.

Parameters:
arg0 -

IncompatibleTypesException

public IncompatibleTypesException(java.lang.String arg0,
                                  java.lang.Throwable arg1)
Creates a new IncompatibleTypesException object.

Parameters:
arg0 -
arg1 -


Copyright © 2005-2006 . All Rights Reserved.