com.ibm.events.catalog
Class EventDefinitionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.events.EventsException
com.ibm.events.catalog.CatalogException
com.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.2 11/4/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 |
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.
getName
public java.lang.String getName()
- Returns the name of the event definition that could not be found.
- Returns:
- The name.