org.antlr.runtime.tree
Class RewriteEmptyStreamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.antlr.runtime.tree.RewriteCardinalityException
                  extended by org.antlr.runtime.tree.RewriteEmptyStreamException
All Implemented Interfaces:
java.io.Serializable

public class RewriteEmptyStreamException
extends RewriteCardinalityException

Ref to ID or expr but no tokens in ID stream or subtrees in expr stream

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.antlr.runtime.tree.RewriteCardinalityException
elementDescription
 
Constructor Summary
RewriteEmptyStreamException(java.lang.String elementDescription)
           
 
Method Summary
 
Methods inherited from class org.antlr.runtime.tree.RewriteCardinalityException
getMessage
 
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

RewriteEmptyStreamException

public RewriteEmptyStreamException(java.lang.String elementDescription)


Copyright © 2011. All Rights Reserved.