Package ej.event

Class EventQueueMockException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EventQueueMockException
    extends java.lang.RuntimeException
    Thrown to indicate that a method has caused an internal EventQueue error. This error is specified by an identifier
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BUFFER_TOO_SMALL
      Error code -11: thrown when the buffer is too small to store the extended event data.
      static int LESS_THAN_2_BYTES_REMAINING
      Error code -8: Less than 2 bytes remaining in the extended data.
      static int LESS_THAN_4_BYTES_REMAINING
      Error code -9: thrown when less than 4 bytes remaining in the extended data.
      static int LESS_THAN_8_BYTES_REMAINING
      Error code -10: thrown when less than 8 bytes remaining in the extended data.
      static int NO_REMAINING_BYTE
      Error code -12: thrown if there is no byte remaining in the data of the extended event.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait