antlr

Class ANTLRException

Known Direct Subclasses:
CharStreamException, RecognitionException, TokenStreamException

public class ANTLRException
extends Exception

Constructor Summary

ANTLRException()
ANTLRException(String s)
ANTLRException(String message, Throwable cause)
ANTLRException(Throwable cause)

Constructor Details

ANTLRException

public ANTLRException()

ANTLRException

public ANTLRException(String s)

ANTLRException

public ANTLRException(String message,
                      Throwable cause)

ANTLRException

public ANTLRException(Throwable cause)