com.electrotank.electroserver.plugins
Class EventException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.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 | 
 
 
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.