com.opensymphony.xwork2.inject
Class DependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.opensymphony.xwork2.inject.DependencyException
- All Implemented Interfaces:
- Serializable
public class DependencyException
- extends RuntimeException
Thrown when a dependency is misconfigured.
- Author:
- crazybob@google.com (Bob Lee)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DependencyException
public DependencyException(String message)
DependencyException
public DependencyException(String message,
Throwable cause)
DependencyException
public DependencyException(Throwable cause)
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.