SourceForge.net Logo

de.mindmatters.faces.spring
Class FacesBeansException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.springframework.core.NestedRuntimeException
                  extended byorg.springframework.beans.BeansException
                      extended byde.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 org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, printStackTrace, printStackTrace
 
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
 

Constructor Detail

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 message
ex - the root cause

SourceForge.net Logo

Copyright © 2002 mindmatters GmbH & Co. KG