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
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)
|
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 |
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)
getExceptionName
public java.lang.String getExceptionName()
- Overrides:
getExceptionName
in class EvalException