org.jmythapi.protocol.events.impl
Class ClientErrorEvent
java.lang.Object
org.jmythapi.impl.AData<E>
org.jmythapi.protocol.response.impl.AMythResponse<E>
org.jmythapi.protocol.events.impl.AMythEvent<IClientErrorEvent.Props>
org.jmythapi.protocol.events.impl.ClientErrorEvent
- All Implemented Interfaces:
- Cloneable, IPropertyAware<IClientErrorEvent.Props>, IVersionable, IClientErrorEvent, IMythEvent<IClientErrorEvent.Props>, ISendable, IMythResponse<IClientErrorEvent.Props>
public class ClientErrorEvent
- extends AMythEvent<IClientErrorEvent.Props>
- implements IClientErrorEvent
Methods inherited from class org.jmythapi.impl.AData |
clone, equals, getPropertyClass, getPropertyCount, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValueObject, getPropertyValues, getVersionNr, hashCode, init, postProcessArguments, setPropertyValue, setPropertyValue, setPropertyValueObject |
Methods inherited from interface org.jmythapi.IPropertyAware |
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject |
ClientErrorEvent
public ClientErrorEvent(ProtocolVersion protoVersion,
Exception exception,
List<String> args)
getException
public Exception getException()
- Specified by:
getException
in interface IClientErrorEvent
getExceptionMessage
public String getExceptionMessage()
- Specified by:
getExceptionMessage
in interface IClientErrorEvent
getExceptionName
public String getExceptionName()
- Specified by:
getExceptionName
in interface IClientErrorEvent
valueOf
public static ClientErrorEvent valueOf(IMythPacket packet)
Copyright © 2008-2013. All Rights Reserved.