Class ErrorExceptionEvent

All Implemented Interfaces:
Serializable

public class ErrorExceptionEvent extends ExceptionEvent
This class represents the Error causing this event exceptions
See Also:
  • Constructor Details

  • Method Details

    • getConsoleError

      public ConsoleError getConsoleError()
      Retrieves the ConsoleError that caused this event.

      This method is equivalent to:

            (ConsoleError)getConsoleException();