de.jsystems.framework.common.exception
Class ValidateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byde.jsystems.tools.exception.BaseRuntimeException
                  extended byde.jsystems.framework.common.exception.ValidateException
All Implemented Interfaces:
Serializable

public class ValidateException
extends BaseRuntimeException

Version:
1.0
Copyright by Jens Homm 2000 - 2004
Author:
Jens Homm JSYSTEMS
See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.jsystems.tools.exception.BaseRuntimeException
LEVEL_WARNING, LOG_OFF, LOG_ON
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
ValidateException(String message, Exception origin)
          Erzeugt eine neue ValidateException mit dem uebergebenen Text.
 
Methods inherited from class de.jsystems.tools.exception.BaseRuntimeException
getLevel, getOrigin, getOriginMessage, getSource, logException, logException, showMessage
 
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

ValidateException

public ValidateException(String message,
                         Exception origin)
Erzeugt eine neue ValidateException mit dem uebergebenen Text. Die urspruenglich aufgetretene Exception wird mit uebergeben.

Parameters:
message - Der Fehlertext zur Exception.
origin - Die urspruenglich aufgetretene Exception.