Class GyroException

All Implemented Interfaces:
Serializable

public class GyroException extends RuntimeException
Author:
Freggle
See Also:
  • Constructor Details

    • GyroException

      public GyroException()
    • GyroException

      public GyroException(String message)
      Parameters:
      message -
    • GyroException

      public GyroException(Throwable cause)
      Parameters:
      cause -
    • GyroException

      public GyroException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • GyroException

      public GyroException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Parameters:
      message -
      cause -
      enableSuppression -
      writableStackTrace -
  • Method Details