Uses of Class
org.jasig.portal.ErrorID

Packages that use ErrorID
org.jasig.portal   
 

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
           
(package private)  ErrorID CountID.errorID
           
(package private)  ErrorID PortalException.errorID
          ErrorID categorizing this PortalException instance.
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 java.lang.String ExceptionHelper.errorInfo(ErrorID eid, java.lang.String parm, java.lang.Throwable ex)
          Generate error string for logging or /problems online display
static void ExceptionHelper.genericHandler(ErrorID eid, java.lang.String parm, java.lang.Throwable ex)
          Generic Exception Handler called from catch clause
static void ExceptionHelper.genericHandler(ErrorID eid, java.lang.Throwable ex)
           
static void ExceptionHelper.genericTopHandler(ErrorID eid, java.lang.String parm, java.lang.Throwable t)
          Generic Top-Level Exception Handler caled from catch clause (doesn't rethrow exception)
static void ExceptionHelper.genericTopHandler(ErrorID eid, java.lang.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, java.lang.String parm)
          Create PortalException from Errorid, trace, and throw it.
static void ExceptionHelper.signal(ErrorID eid, java.lang.String parm, boolean tracenow)
          Create PortalException from ErrorID and throw it.
private static void ExceptionHelper.traceToLog(ErrorID eid, java.lang.String parm, java.lang.Throwable ex)
          Common logic for generating log entry of errors
 

Constructors in org.jasig.portal with parameters of type ErrorID
CountID(ErrorID id)
           
PortalException(ErrorID errorid)
          Instantiate a PortalException representing an instance of the type of error represented by the given ErrorID.
PortalException(ErrorID errorid, java.lang.Throwable cause)
          Instantiate a PortalException representing an instance of the type of error represented by the given ErrorID, with the given underlying cause.