org.jmythapi.protocol.events
Interface IClientErrorEvent

All Superinterfaces:
Cloneable, IMythEvent<IClientErrorEvent.Props>, IPropertyAware<IClientErrorEvent.Props>, ISendable, IVersionable
All Known Implementing Classes:
ClientErrorEvent

public interface IClientErrorEvent
extends IMythEvent<IClientErrorEvent.Props>


Nested Class Summary
static class IClientErrorEvent.Props
           
 
Method Summary
 Exception getException()
           
 String getExceptionMessage()
           
 String getExceptionName()
           
 
Methods inherited from interface org.jmythapi.protocol.events.IMythEvent
getEventName
 
Methods inherited from interface org.jmythapi.IPropertyAware
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject
 
Methods inherited from interface org.jmythapi.IVersionable
getVersionNr
 
Methods inherited from interface org.jmythapi.protocol.ISendable
getPacket
 

Method Detail

getExceptionName

String getExceptionName()

getExceptionMessage

String getExceptionMessage()

getException

Exception getException()


Copyright © 2008-2013. All Rights Reserved.