net.sf.staccatocommons.dynamic
Class MessageNotUnderstoodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by 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

Constructor Summary
MessageNotUnderstoodException(MethodDescriptor expectedMethod)
          Creates a new MessageNotUnderstoodException
MessageNotUnderstoodException(String s)
          Creates a new MessageNotUnderstoodException
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.