railo.runtime.err
Class ErrorPageImpl
java.lang.Object
railo.runtime.err.ErrorPageImpl
- All Implemented Interfaces:
- ErrorPage
public final class ErrorPageImpl
- extends Object
- implements ErrorPage
TYPE_EXCEPTION
public static final short TYPE_EXCEPTION
- See Also:
- Constant Field Values
TYPE_REQUEST
public static final short TYPE_REQUEST
- See Also:
- Constant Field Values
TYPE_VALIDATION
public static final short TYPE_VALIDATION
- See Also:
- Constant Field Values
ErrorPageImpl
public ErrorPageImpl()
setMailto
public void setMailto(String mailto)
- Description copied from interface:
ErrorPage
- sets the mailto attribute
- Specified by:
setMailto
in interface ErrorPage
- See Also:
ErrorPage.setMailto(java.lang.String)
setTemplate
public void setTemplate(PageSource template)
- Description copied from interface:
ErrorPage
- sets the template attribute
- Specified by:
setTemplate
in interface ErrorPage
- See Also:
ErrorPage.setTemplate(railo.runtime.PageSource)
setTypeAsString
public void setTypeAsString(String exception)
- Description copied from interface:
ErrorPage
- sets the exception attribute
- Specified by:
setTypeAsString
in interface ErrorPage
- See Also:
ErrorPage.setTypeAsString(java.lang.String)
setException
public void setException(String exception)
getMailto
public String getMailto()
- Specified by:
getMailto
in interface ErrorPage
- Returns:
- Returns the mailto.
- See Also:
ErrorPage.getMailto()
getTemplate
public PageSource getTemplate()
- Specified by:
getTemplate
in interface ErrorPage
- Returns:
- Returns the template.
- See Also:
ErrorPage.getTemplate()
getTypeAsString
public String getTypeAsString()
- Specified by:
getTypeAsString
in interface ErrorPage
- Returns:
- Returns the exception type.
- See Also:
ErrorPage.getTypeAsString()
getException
public String getException()
setType
public void setType(short type)
getType
public short getType()
Copyright © 2012 Railo