com.ibm.events.catalog
Class EventDefinitionNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.events.EventsException
              extended bycom.ibm.events.catalog.CatalogException
                  extended bycom.ibm.events.catalog.EventDefinitionNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class EventDefinitionNotFoundException
extends CatalogException

Thrown when an attempt is made to refer to an event definition that does not exist in the event catalog.

Since:
5.1.0
Version:
1.9 2/10/05
See Also:
Serialized Form

Constructor Summary
EventDefinitionNotFoundException(java.lang.String name, java.lang.String key, java.lang.String file, java.lang.Object[] parms)
          Constructs a new EventDefinitionNotFoundException with the name of the event definition that could not be found.
 
Method Summary
 java.lang.String getName()
          Returns the name of the event definition that could not be found.
 
Methods inherited from class com.ibm.events.EventsException
getCause, getFile, getKey, getLocalizedMessage, getLocalizedMessage, getMessage, getParms, initCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventDefinitionNotFoundException

public EventDefinitionNotFoundException(java.lang.String name,
                                        java.lang.String key,
                                        java.lang.String file,
                                        java.lang.Object[] parms)
Constructs a new EventDefinitionNotFoundException with the name of the event definition that could not be found. See EventsException.EventsException(String, String, Object[]) for more information.

Parameters:
name - The name of the event definition that could not be found.
key - The message key.
file - The name of the message file to use.
parms - An array of elements to be inserted into the message.
Method Detail

getName

public java.lang.String getName()
Returns the name of the event definition that could not be found.

Returns:
The name.