|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JellyException | |
org.apache.commons.jelly | This package contains the main jelly API classes. |
org.apache.commons.jelly.impl | Core implementation classes for Jelly. |
org.apache.commons.jelly.tags.antlr | A tag library for working with the Antlr library |
org.apache.commons.jelly.tags.define | Tag library which allows the creation of new tags using Jelly script itself. |
org.apache.commons.jelly.tags.jeez | This tag library groups together the ant and werkz tag libraries into one namespace. |
org.apache.commons.jelly.tags.jms | A tag library for working with JMS using the Messenger project |
org.apache.commons.jelly.tags.sql | The SQL Tags from the JSTL |
org.apache.commons.jelly.tags.werkz | A tag library for defining targets (goals) and having pre/post dependencies which uses the Werkz library for resolving goals and dependencies. |
Uses of JellyException in org.apache.commons.jelly |
Subclasses of JellyException in org.apache.commons.jelly | |
class |
MissingAttributeException
JellyException is the root of all Jelly exceptions. |
Uses of JellyException in org.apache.commons.jelly.impl |
Methods in org.apache.commons.jelly.impl that return JellyException | |
protected JellyException |
TagScript.createJellyException(java.lang.String reason)
Creates a new Jelly exception, adorning it with location information |
protected JellyException |
TagScript.createJellyException(java.lang.String reason,
java.lang.Exception cause)
Creates a new Jelly exception, adorning it with location information |
Methods in org.apache.commons.jelly.impl with parameters of type JellyException | |
protected void |
TagScript.handleException(JellyException e)
A helper method to handle this Jelly exception. |
Uses of JellyException in org.apache.commons.jelly.tags.antlr |
Methods in org.apache.commons.jelly.tags.antlr that throw JellyException | |
protected java.io.File |
AntlrTag.getGeneratedFile(java.lang.String grammar)
|
Uses of JellyException in org.apache.commons.jelly.tags.define |
Methods in org.apache.commons.jelly.tags.define that throw JellyException | |
protected DynamicTagLibrary |
DefineTagSupport.getTagLibrary()
|
Uses of JellyException in org.apache.commons.jelly.tags.jeez |
Methods in org.apache.commons.jelly.tags.jeez that throw JellyException | |
protected DynamicTagLibrary |
TagDefTag.getTagLibrary()
|
Uses of JellyException in org.apache.commons.jelly.tags.jms |
Methods in org.apache.commons.jelly.tags.jms that throw JellyException | |
org.apache.commons.messenger.Messenger |
MessageOperationTag.getConnection()
|
protected org.apache.commons.messenger.Messenger |
MessageOperationTag.findConnection()
|
org.apache.commons.messenger.Messenger |
ConnectionContext.getConnection()
|
Uses of JellyException in org.apache.commons.jelly.tags.sql |
Methods in org.apache.commons.jelly.tags.sql that throw JellyException | |
void |
TransactionTag.setIsolation(java.lang.String iso)
Sets the transaction isolation level. |
protected java.sql.Connection |
SqlTagSupport.getConnection()
|
Uses of JellyException in org.apache.commons.jelly.tags.werkz |
Methods in org.apache.commons.jelly.tags.werkz that throw JellyException | |
protected com.werken.werkz.Goal |
WerkzTagSupport.getGoal(java.lang.String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |