org.reactive.beans.factory.config
Class InvalidPlaceholderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.beans.BeansException
                      extended by org.reactive.beans.factory.config.InvalidPlaceholderException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPlaceholderException
extends org.springframework.beans.BeansException

A runtime exception to be thrown when something goes terribly wrong when evaluating placeholders.

Since:
16.12.2004
Version:
$Id: InvalidPlaceholderException.java,v 1.1 2004/12/26 23:42:29 dan_washusen Exp $
Author:
Dan Washusen
See Also:
Serialized Form

Constructor Summary
InvalidPlaceholderException(java.lang.String s)
           
InvalidPlaceholderException(java.lang.String s, java.lang.Throwable throwable)
           
 
Method Summary
 
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

InvalidPlaceholderException

public InvalidPlaceholderException(java.lang.String s)

InvalidPlaceholderException

public InvalidPlaceholderException(java.lang.String s,
                                   java.lang.Throwable throwable)


Copyright © 2004-2005 reactive.org. All Rights Reserved.