org.qedeq.kernel.bo.service.basis
Class RuntimeVisitorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.qedeq.kernel.se.common.QedeqException
              extended by org.qedeq.kernel.se.common.ModuleDataException
                  extended by org.qedeq.kernel.bo.service.basis.RuntimeVisitorException
All Implemented Interfaces:
java.io.Serializable, ErrorCodes

public class RuntimeVisitorException
extends ModuleDataException
implements ErrorCodes

An unexpected runtime exception was thrown during a visit.

Author:
Michael Meyling
See Also:
Serialized Form

Field Summary
static int UNEXPECTED_RUNTIME_EXCEPTION_CODE
          Error (or warning) number for: unexpected runtime exception occurred.
static java.lang.String UNEXPECTED_RUNTIME_EXCEPTION_MSG
          Error (or warning) text for: unexpected runtime exception occurred.
 
Constructor Summary
RuntimeVisitorException(ModuleContext context, java.lang.RuntimeException exception)
          Constructor.
 
Method Summary
 
Methods inherited from class org.qedeq.kernel.se.common.ModuleDataException
equals, getContext, getReferenceContext, hashCode
 
Methods inherited from class org.qedeq.kernel.se.common.QedeqException
getErrorCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

UNEXPECTED_RUNTIME_EXCEPTION_CODE

public static final int UNEXPECTED_RUNTIME_EXCEPTION_CODE
Error (or warning) number for: unexpected runtime exception occurred.

See Also:
Constant Field Values

UNEXPECTED_RUNTIME_EXCEPTION_MSG

public static final java.lang.String UNEXPECTED_RUNTIME_EXCEPTION_MSG
Error (or warning) text for: unexpected runtime exception occurred.

See Also:
Constant Field Values
Constructor Detail

RuntimeVisitorException

public RuntimeVisitorException(ModuleContext context,
                               java.lang.RuntimeException exception)
Constructor.

Parameters:
context - Error location.
exception - This runtime exception occurred.


Copyright © 2014. All Rights Reserved.