|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorID | |
|---|---|
| org.jasig.portal | |
| org.jasig.portal.url | |
| Uses of ErrorID in org.jasig.portal |
|---|
| Fields in org.jasig.portal declared as ErrorID | |
|---|---|
static ErrorID |
Errors.badarg
|
static ErrorID |
Errors.badrequest
|
static ErrorID |
Errors.badstate
|
static ErrorID |
Errors.browserGone
|
static ErrorID |
Errors.bug
|
static ErrorID |
Errors.connectDB
|
static ErrorID |
Errors.execDB
|
static ErrorID |
Errors.inconsistency
|
static ErrorID |
PortalSessionManager.initPortalContext
|
static ErrorID |
Errors.legacy
|
static ErrorID |
Errors.missingdata
|
static ErrorID |
Errors.newInstance
|
static ErrorID |
Errors.noProperty
|
static ErrorID |
Errors.noPropertyFile
|
static ErrorID |
Errors.noResourceFile
|
static ErrorID |
Errors.noTemplateInfo
|
static ErrorID |
Errors.noUserInfo
|
static ErrorID |
Errors.persistin
|
static ErrorID |
Errors.persistout
|
static ErrorID |
Errors.propInit
|
static ErrorID |
Errors.remote
|
static ErrorID |
Errors.startServices
|
static ErrorID |
Errors.XMLparse
|
| Methods in org.jasig.portal that return ErrorID | |
|---|---|
ErrorID |
PortalException.getErrorID()
Get the ErrorID representing the type of this error. |
ErrorID |
ErrorID.withAudience(byte b)
|
ErrorID |
ErrorID.withDuration(byte b)
|
| Methods in org.jasig.portal with parameters of type ErrorID | |
|---|---|
static String |
ExceptionHelper.errorInfo(ErrorID eid,
String parm,
Throwable ex)
Generate error string for logging or /problems online display |
static void |
ExceptionHelper.genericHandler(ErrorID eid,
String parm,
Throwable ex)
Generic Exception Handler called from catch clause |
static void |
ExceptionHelper.genericHandler(ErrorID eid,
Throwable ex)
|
static void |
ExceptionHelper.genericTopHandler(ErrorID eid,
String parm,
Throwable t)
Generic Top-Level Exception Handler caled from catch clause (doesn't rethrow exception) |
static void |
ExceptionHelper.genericTopHandler(ErrorID eid,
Throwable ex)
|
static void |
ProblemsTable.register(ErrorID id)
Add ErrorID to TreeMaps |
void |
PortalException.setErrorID(ErrorID errorID)
Set the ErrorID categorizing this PortalException. |
static void |
ExceptionHelper.signal(ErrorID eid)
Generate, trace, and throw Portal Exception given ErrorID. |
static void |
ExceptionHelper.signal(ErrorID eid,
String parm)
Create PortalException from Errorid, trace, and throw it. |
static void |
ExceptionHelper.signal(ErrorID eid,
String parm,
boolean tracenow)
Create PortalException from ErrorID and throw it. |
| Constructors in org.jasig.portal with parameters of type ErrorID | |
|---|---|
PortalException(ErrorID errorid)
Instantiate a PortalException representing an instance of the type of error represented by the given ErrorID. |
|
PortalException(ErrorID errorid,
Throwable cause)
Instantiate a PortalException representing an instance of the type of error represented by the given ErrorID, with the given underlying cause. |
|
| Uses of ErrorID in org.jasig.portal.url |
|---|
| Constructors in org.jasig.portal.url with parameters of type ErrorID | |
|---|---|
InvalidPortalRequestException(ErrorID errorid)
|
|
InvalidPortalRequestException(ErrorID errorid,
Throwable cause)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||