pl.edu.pjwstk.yaod.sbql.engine
Class TypeMismatchException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--pl.edu.pjwstk.yaod.sbql.SBQLException
                    |
                    +--pl.edu.pjwstk.yaod.sbql.visitors.EvalException
                          |
                          +--pl.edu.pjwstk.yaod.sbql.engine.TypeMismatchException
All Implemented Interfaces:
java.io.Serializable

public class TypeMismatchException
extends EvalException

See Also:
Serialized Form

Fields inherited from class pl.edu.pjwstk.yaod.sbql.SBQLException
message
 
Constructor Summary
TypeMismatchException(QueryResult l, java.lang.String s)
           
TypeMismatchException(QueryResult l, java.lang.String s, QueryResult r)
           
TypeMismatchException(QueryResult l, java.lang.String s, QueryResult m, QueryResult r)
           
TypeMismatchException(java.lang.String s)
           
TypeMismatchException(java.lang.String s1, QueryResult l, java.lang.String s2, QueryResult r, java.lang.String s3)
           
 
Method Summary
 java.lang.String getExceptionName()
           
 
Methods inherited from class pl.edu.pjwstk.yaod.sbql.visitors.EvalException
getFullMessage
 
Methods inherited from class pl.edu.pjwstk.yaod.sbql.SBQLException
getMessage, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeMismatchException

public TypeMismatchException(java.lang.String s)

TypeMismatchException

public TypeMismatchException(QueryResult l,
                             java.lang.String s)

TypeMismatchException

public TypeMismatchException(QueryResult l,
                             java.lang.String s,
                             QueryResult r)

TypeMismatchException

public TypeMismatchException(QueryResult l,
                             java.lang.String s,
                             QueryResult m,
                             QueryResult r)

TypeMismatchException

public TypeMismatchException(java.lang.String s1,
                             QueryResult l,
                             java.lang.String s2,
                             QueryResult r,
                             java.lang.String s3)
Method Detail

getExceptionName

public java.lang.String getExceptionName()
Overrides:
getExceptionName in class EvalException