org.eclipse.jst.j2ee.webapplication
Interface ExceptionTypeErrorPage
- All Superinterfaces:
- ErrorPage, J2EEEObject
- public interface ExceptionTypeErrorPage
- extends ErrorPage
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)