de.bsvrz.pua.prot.exceptions
Class NoncriticalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.bsvrz.sys.funclib.losb.exceptions.LoggerException
              extended by de.bsvrz.pua.prot.exceptions.NoncriticalException
All Implemented Interfaces:
java.io.Serializable

public class NoncriticalException
extends LoggerException

Ausnahmezustand, dessen Auftreten keine Auswirkungen auf die weitere Bearbeitung des Auftrages hat.

Version:
$Revision: 1.2 $ / $Date: 2008/01/22 16:55:50 $ / ($Author: yvonnes $)
Author:
beck et al. projects GmbH, Martin Hilgers
See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.bsvrz.sys.funclib.losb.exceptions.LoggerException
ERROR, OTHER, WARNING
 
Constructor Summary
NoncriticalException(java.lang.String errorMsg, int logLevel)
          Erzeugt eine Exception mit der übergebenen Meldung
 
Method Summary
 
Methods inherited from class de.bsvrz.sys.funclib.losb.exceptions.LoggerException
getLogLevel, log, log, log
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoncriticalException

public NoncriticalException(java.lang.String errorMsg,
                            int logLevel)
Erzeugt eine Exception mit der übergebenen Meldung

Parameters:
errorMsg - Fehlermeldung
logLevel - Log-Level


Copyright © 2005-2008 beck et al. projects GmbH All Rights Reserved.