com.electrotank.electroserver.plugins
Class EventException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.electrotank.electroserver.plugins.EventException
All Implemented Interfaces:
Serializable

public class EventException
extends Exception

Creates a new EventException that is used to represent any exceptions that occured within an event.

See Also:
Serialized Form

Constructor Summary
EventException()
          Creates a new instance of EventException without detail message.
EventException(String msg)
          Constructs an instance of EventException with the specified detail 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

EventException

public EventException()
Creates a new instance of EventException without detail message.


EventException

public EventException(String msg)
Constructs an instance of EventException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2006 Electrotank, Inc. All Rights Reserved.