MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.exceptions
Class TypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.ethz.mxquery.exceptions.MXQueryException
              extended by ch.ethz.mxquery.exceptions.TypeException
All Implemented Interfaces:
java.io.Serializable

public class TypeException
extends MXQueryException

See Also:
Serialized Form

Constructor Summary
TypeException(java.lang.String code, java.lang.String message, QueryLocation location)
           
 
Method Summary
 
Methods inherited from class ch.ethz.mxquery.exceptions.MXQueryException
getCause, getErrorCode, getErrorPosition, getLocation, getMessage, initCause, printErrorPosition
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeException

public TypeException(java.lang.String code,
                     java.lang.String message,
                     QueryLocation location)

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich