com.hardcode.gdbms.engine.instruction
Class SemanticException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.hardcode.gdbms.engine.instruction.SemanticException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AmbiguousFieldNameException, FieldNotFoundException, IncompatibleTypesException, TableNotFoundException

public class SemanticException
extends java.lang.Exception

Clase base de las excepciones semánticas

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

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

SemanticException

public SemanticException()
Creates a new SemanticException object.


SemanticException

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

Parameters:
arg0 -

SemanticException

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

Parameters:
arg0 -

SemanticException

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

Parameters:
arg0 -
arg1 -


Copyright © 2005-2006 . All Rights Reserved.