polyglot.ext.jl.qq
Class QQError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by polyglot.util.InternalCompilerError
                  extended by polyglot.ext.jl.qq.QQError
All Implemented Interfaces:
java.io.Serializable

public class QQError
extends InternalCompilerError

Signals an error in the quasiquoter.

See Also:
Serialized Form

Constructor Summary
QQError(java.lang.String msg, Position pos)
           
 
Method Summary
 
Methods inherited from class polyglot.util.InternalCompilerError
getMessage, message, position
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

QQError

public QQError(java.lang.String msg,
               Position pos)