org.eclipse.jst.j2ee.webapplication
Interface ExceptionTypeErrorPage

All Superinterfaces:
ErrorPage, J2EEEObject

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, ResourceSet context)
          Deprecated. Use @link{#setExceptionTypeName(String)}
 
Methods inherited from interface org.eclipse.jst.j2ee.webapplication.ErrorPage
getLocation, getWebApp, isErrorCode, isExceptionType, setLocation, setWebApp
 

Method Detail

getExceptionTypeName

public java.lang.String getExceptionTypeName()

setExceptionTypeName

public void setExceptionTypeName(java.lang.String exceptionTypeName)

setExceptionTypeName

public void setExceptionTypeName(java.lang.String exceptionTypeName,
                                 ResourceSet context)
Deprecated. Use @link{#setExceptionTypeName(String)}


getExceptionType

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

setExceptionType

public void setExceptionType(JavaClass value)