com.electrotank.electroserver.plugins
Class EventException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           com.electrotank.electroserver.plugins.EventException
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
 EventExceptionwithout detail message. | 
| EventException(String msg)Constructs an instance of
 EventExceptionwith 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 EventExceptionwithout detail message.
 
EventException
public EventException(String msg)
- Constructs an instance of EventExceptionwith the specified detail message.
 
- Parameters:
- msg- the detail message.
Copyright © 2006 Electrotank, Inc. All Rights Reserved.