| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.hardcode.gdbms.engine.instruction.SemanticException
com.hardcode.gdbms.engine.instruction.IncompatibleTypesException
public class IncompatibleTypesException
Lanzado cuando la operación especificada no está definida para los tipos de los operandos sobre los que se quiso operar
| 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 | 
|---|
public IncompatibleTypesException()
public IncompatibleTypesException(java.lang.String arg0)
arg0 - public IncompatibleTypesException(java.lang.Throwable arg0)
arg0 - 
public IncompatibleTypesException(java.lang.String arg0,
                                  java.lang.Throwable arg1)
arg0 - arg1 - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||