org.objectweb.dream.message
Class NoSuchMessageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.dream.message.NoSuchMessageException
All Implemented Interfaces:
Serializable

public class NoSuchMessageException
extends Exception

Exception thrown when trying to get a named enclosed message in a message that does not contain enclosed message for this name.

See Also:
Serialized Form

Constructor Summary
NoSuchMessageException()
           
NoSuchMessageException(String message)
           
 
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

NoSuchMessageException

public NoSuchMessageException()
See Also:
Exception.Exception()

NoSuchMessageException

public NoSuchMessageException(String message)
See Also:
Exception.Exception(java.lang.String)


Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.