Need to be able to throw an exception in parseAndSet().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@476 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: CallMethodSpecialRule.java,v 1.1 2001/11/17 03:46:48 mdb Exp $
|
// $Id: CallMethodSpecialRule.java,v 1.2 2001/11/26 22:17:56 mdb Exp $
|
||||||
//
|
//
|
||||||
// samskivert library - useful routines for java programs
|
// samskivert library - useful routines for java programs
|
||||||
// Copyright (C) 2001 Walter Korman
|
// Copyright (C) 2001 Walter Korman
|
||||||
@@ -53,7 +53,8 @@ public abstract class CallMethodSpecialRule extends Rule
|
|||||||
parseAndSet(_bodyText, top);
|
parseAndSet(_bodyText, top);
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract void parseAndSet (String bodyText, Object target);
|
public abstract void parseAndSet (String bodyText, Object target)
|
||||||
|
throws Exception;
|
||||||
|
|
||||||
protected String _bodyText;
|
protected String _bodyText;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user