Uses of Interface
org.jasig.portal.channels.error.error2xml.IThrowableToElement

Packages that use IThrowableToElement
org.jasig.portal.channels.error   
org.jasig.portal.channels.error.error2xml   
 

Uses of IThrowableToElement in org.jasig.portal.channels.error
 

Fields in org.jasig.portal.channels.error declared as IThrowableToElement
private  IThrowableToElement ErrorDocument.throwableToElement
          Translator from Throwable to Element of our XML production.
 

Methods in org.jasig.portal.channels.error that return IThrowableToElement
 IThrowableToElement ErrorDocument.getThrowableToElement()
           
 

Methods in org.jasig.portal.channels.error with parameters of type IThrowableToElement
 void ErrorDocument.setThrowableToElement(IThrowableToElement throwableToElement)
           
 

Uses of IThrowableToElement in org.jasig.portal.channels.error.error2xml
 

Classes in org.jasig.portal.channels.error.error2xml that implement IThrowableToElement
 class AuthorizationExceptionToElement
          Translates from a uPortal AuthorizationException to an XML element.
 class DelegatingThrowableToElement
          A wrapper for a List of child ThrowableToElements and the logic to poll them in order, accepting the result from the first to support the given throwable.
 class InternalTimeoutExceptionToElement
          Translates from a uPortal InternalTimeoutException to an XML element.
 class ResourceMissingExceptionToElement
          Translates ResourceMissingException instances to XML Elements.
 class ThrowableToElement
          Generic ThrowableToElement which will translate any Throwable to an Element representing it.