File
Doc
Category
Size
Date
Package
ExceptionSpec.java
API Doc
Glassfish v2 API
682
Wed Aug 30 15:34:06 BST 2006
persistence.antlr
ExceptionSpec
java.lang.Object
public class ExceptionSpec extends Object
Fields Summary
protected Token
label
protected Vector
handlers
Constructors Summary
public ExceptionSpec
(
Token
label_)
label = label_; handlers = new Vector();
Methods Summary
public void
addHandler
(
persistence.antlr.ExceptionHandler
handler)
handlers.appendElement(handler);
Java Code Source