net.sf.staccatocommons.dynamic
Class MessageNotUnderstoodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
net.sf.staccatocommons.dynamic.MessageNotUnderstoodException
- All Implemented Interfaces:
- Serializable
public class MessageNotUnderstoodException
- extends IllegalArgumentException
An exception that denotes that a message was not understood by a
ReflectiveDynamic, because the underlying object did not have a
method that matches a given MethodDescriptor
- Author:
- flbulgarelli
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MessageNotUnderstoodException
public MessageNotUnderstoodException(MethodDescriptor expectedMethod)
- Creates a new
MessageNotUnderstoodException
MessageNotUnderstoodException
public MessageNotUnderstoodException(String s)
- Creates a new
MessageNotUnderstoodException
Copyright © 2010-2011 Staccato-Commons. All Rights Reserved.