com.opensymphony.xwork.config
Class ReferenceResolverException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.opensymphony.xwork.XworkException
                  extended bycom.opensymphony.xwork.config.ReferenceResolverException
All Implemented Interfaces:
Serializable

public class ReferenceResolverException
extends XworkException

Author:
Mike To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
See Also:
Serialized Form

Constructor Summary
ReferenceResolverException()
           
ReferenceResolverException(String s)
           
ReferenceResolverException(String s, Throwable cause)
           
ReferenceResolverException(Throwable cause)
           
 
Methods inherited from class com.opensymphony.xwork.XworkException
getThrowable, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReferenceResolverException

public ReferenceResolverException()

ReferenceResolverException

public ReferenceResolverException(String s)
Parameters:
s -

ReferenceResolverException

public ReferenceResolverException(String s,
                                  Throwable cause)
Parameters:
s -
cause -

ReferenceResolverException

public ReferenceResolverException(Throwable cause)
Parameters:
cause -

XWork Project Page