de.jsystems.framework.common.exception
Class ValidateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.jsystems.tools.exception.BaseRuntimeException
de.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.