FileDocCategorySizeDatePackage
ANTLRError.javaAPI DocGlassfish v2 API469Wed Aug 30 15:34:02 BST 2006persistence.antlr

ANTLRError

public class ANTLRError extends Error

Fields Summary
Constructors Summary
public ANTLRError()
ANTLRError constructor comment.

        super();
    
public ANTLRError(String s)
ANTLRError constructor comment.

param
s java.lang.String

        super(s);
    
Methods Summary