de.mindmatters.faces.spring
Class FacesBeansException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.beans.BeansException
de.mindmatters.faces.spring.FacesBeansException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- BeanNotOfRequiredTypeException
- public class FacesBeansException
- extends BeansException
(Super-)class for special faces exceptions with BeansExcetion character
thrown in the spring package and subpackages.
Note that this is a runtime (unchecked) exception. FacesBeans exceptions are
usually fatal; there is no reason for them to be checked.
- Author:
- Andreas Kuhrwahl
- See Also:
BeansException
,
Serialized Form
Constructor Summary |
FacesBeansException(java.lang.String msg)
Creates a new FacesBeansException with the specified message. |
FacesBeansException(java.lang.String msg,
java.lang.Throwable ex)
Creates a new FacesBeansException with the specified message and root
cause. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FacesBeansException
public FacesBeansException(java.lang.String msg)
- Creates a new FacesBeansException with the specified message.
- Parameters:
msg
- the detail message
FacesBeansException
public FacesBeansException(java.lang.String msg,
java.lang.Throwable ex)
- Creates a new FacesBeansException with the specified message and root
cause.
- Parameters:
msg
- the detail messageex
- the root cause
Copyright © 2002 mindmatters GmbH & Co. KG