Class PlayerErrorEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      PlayerErrorEvent​(java.lang.Object source)  
      PlayerErrorEvent​(java.lang.Object source, java.lang.Exception cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Exception getCause()  
      void setCause​(java.lang.Exception cause)  
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PlayerErrorEvent

        public PlayerErrorEvent​(java.lang.Object source)
      • PlayerErrorEvent

        public PlayerErrorEvent​(java.lang.Object source,
                                java.lang.Exception cause)
    • Method Detail

      • getCause

        public java.lang.Exception getCause()
      • setCause

        public void setCause​(java.lang.Exception cause)