public interface ErrorPage
Modifier and Type | Field and Description |
---|---|
static short |
TYPE_EXCEPTION |
static short |
TYPE_REQUEST |
static short |
TYPE_VALIDATION |
Modifier and Type | Method and Description |
---|---|
String |
getException() |
String |
getMailto() |
PageSource |
getTemplate() |
short |
getType() |
String |
getTypeAsString()
Deprecated.
use instead
getException(); |
void |
setException(String exception)
sets the exception attribute
|
void |
setMailto(String mailto)
sets the mailto attribute
|
void |
setTemplate(PageSource template)
sets the template attribute
|
void |
setType(short type) |
void |
setTypeAsString(String exception)
Deprecated.
use instead
setException(String exception); |
static final short TYPE_EXCEPTION
static final short TYPE_REQUEST
static final short TYPE_VALIDATION
void setTemplate(PageSource template)
template
- void setTypeAsString(String exception)
setException(String exception);
exception
- void setException(String exception)
exception
- PageSource getTemplate()
String getTypeAsString()
getException();
String getException()
void setType(short type)
short getType()
Copyright © 2015 Lucee