Class Quaternion.QuaternionParsingException

All Implemented Interfaces:
Serializable
Enclosing class:
Quaternion

private static class Quaternion.QuaternionParsingException extends NumberFormatException
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serializable version identifier.
      See Also:
  • Constructor Details

    • QuaternionParsingException

      QuaternionParsingException(String msg)
      Parameters:
      msg - Error message.
    • QuaternionParsingException

      QuaternionParsingException(String msg, Throwable cause)
      Parameters:
      msg - Error message.
      cause - Cause of the exception.