polyglot.ext.jl.qq
Class QQError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bypolyglot.util.InternalCompilerError
                  extended bypolyglot.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)
           
 
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)