org.eclipse.jst.j2ee.webapplication
Interface ExceptionTypeErrorPage

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ErrorPage, J2EEEObject, org.eclipse.emf.common.notify.Notifier

public interface ExceptionTypeErrorPage
extends ErrorPage


Method Summary
 JavaClass getExceptionType()
           
 java.lang.String getExceptionTypeName()
           
 void setExceptionType(JavaClass value)
           
 void setExceptionTypeName(java.lang.String exceptionTypeName)
           
 void setExceptionTypeName(java.lang.String exceptionTypeName, org.eclipse.emf.ecore.resource.ResourceSet context)
          Deprecated. Use @link{#setExceptionTypeName(String)}
 
Methods inherited from interface org.eclipse.jst.j2ee.webapplication.ErrorPage
getLocation, getWebApp, isErrorCode, isExceptionType, setLocation, setWebApp
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getExceptionTypeName

java.lang.String getExceptionTypeName()

setExceptionTypeName

void setExceptionTypeName(java.lang.String exceptionTypeName)

setExceptionTypeName

void setExceptionTypeName(java.lang.String exceptionTypeName,
                          org.eclipse.emf.ecore.resource.ResourceSet context)
Deprecated. Use @link{#setExceptionTypeName(String)}


getExceptionType

JavaClass getExceptionType()
Returns:
The ExceptionType reference The exception type contains a fully qualified class name of a Java exception type.

setExceptionType

void setExceptionType(JavaClass value)
Parameters:
l - The new value of the ExceptionType reference