org.objectweb.jac.aspects.naming
Class BindingErrorException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.objectweb.jac.aspects.naming.BindingErrorException
- All Implemented Interfaces:
- Serializable
- public class BindingErrorException
- extends Exception
Signals that something went wrong when binding an object.
- See Also:
BindingWrapper.bind(Interaction)
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BindingErrorException
public BindingErrorException(String msg)
- A constructor for this exception.
- Parameters:
msg
- the error message to print
BindingErrorException
public BindingErrorException(String msg,
Exception e)
- A constructor for this exception.
- Parameters:
msg
- the error message to printe
- the exception that caused the binding error exception