SOAj Core v. 1.3


Uses of Class
info.soaj.core.throwable.SjBaseCoreRuntimeException

Packages that use SjBaseCoreRuntimeException
info.soaj.core.throwable   
info.soaj.core.util.internal   
 

Uses of SjBaseCoreRuntimeException in info.soaj.core.throwable
 

Subclasses of SjBaseCoreRuntimeException in info.soaj.core.throwable
 class SjCoreExceptionActivationSequence
          This class contains methods supporting self-logging and self-emailing of exceptions.
 class SjCoreExceptionConvertingBoolean
          This class contains methods supporting self-logging and self-emailing of exceptions.
 class SjCoreExceptionCreatingPlugin
          This class contains methods supporting self-logging and self-emailing of exceptions.
 class SjCoreExceptionDuplicatePluginKey
          This class contains methods supporting self-logging and self-emailing of exceptions.
 class SjCoreExceptionFindingMetadata
          This class contains methods supporting self-logging and self-emailing of exceptions.
 class SjCoreExceptionFindingPlugin
          This class contains methods supporting self-logging and self-emailing of exceptions.
 class SjCoreExceptionFindingProperties
          This class contains methods supporting self-logging and self-emailing of exceptions.
 class SjCoreExceptionFormattingMessage
          This class contains methods supporting self-logging and self-emailing of exceptions.
 class SjCoreExceptionInstantiating
          This class inherits methods supporting self-logging and self-emailing of exceptions.
 class SjCoreExceptionSelfLoggingRuntime
          This class contains methods supporting self-logging and self-emailing of exceptions.
 class SjCoreExceptionValidatingString
          This class contains methods supporting self-logging and self-emailing of exceptions.
 class SjCoreExceptionVerifyingPlugin
          This class contains methods supporting self-logging and self-emailing of exceptions.
 

Uses of SjBaseCoreRuntimeException in info.soaj.core.util.internal
 

Methods in info.soaj.core.util.internal with parameters of type SjBaseCoreRuntimeException
private static void SjUtilThrowable.emailException(SjBaseCoreRuntimeException baseRuntimeException, SjAbstractPluginEmail emailPlugin)
           
private static void SjUtilThrowable.formulateStackTrace(SjBaseCoreRuntimeException baseRuntimeException)
          This method formulates a stack trace if necessary and sets it in the exception.
private static void SjUtilThrowable.logException(SjBaseCoreRuntimeException baseRuntimeException, SjAbstractPluginLogging loggingPlugin)
           
private static void SjUtilThrowable.logOut(SjBaseCoreRuntimeException baseRuntimeException, SjAbstractPluginLogging logThrowablePlugin, SjAbstractPluginEmail emailPlugin)
          This method unwraps the throwable to determine what should be logged and/or emailed.
static void SjUtilThrowable.logThrowable(SjBaseCoreRuntimeException baseRuntimeException)
          This method processes both self-logging and self-emailing without requiring either plugin as an argument.
static void SjUtilThrowable.logThrowable(SjBaseCoreRuntimeException baseRuntimeException, SjAbstractPluginLogging logThrowablePlugin)
          This overloaded method processes both self-logging and self-emailing while requiring the logging plugin as an argument, or null.
static void SjUtilThrowable.logThrowable(SjBaseCoreRuntimeException baseRuntimeException, SjAbstractPluginLogging logThrowablePlugin, SjAbstractPluginEmail emailPlugin)
          This overloaded method processes both self-logging and self-emailing while requiring the logging and email plugins as an argument, or null.
 


SOAj Core v. 1.3


Copyright (c) 2006 - 2009 by Global Technology Consulting Group, Inc. at gtcGroup.com.
Use is authorized, provided the source is acknowledged by inclusion of this copyright notice.