Class ScannerException

All Implemented Interfaces:
Serializable

class ScannerException extends RuntimeException
An exception thrown on Scanner errors.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • ScannerException

      public ScannerException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - The detail message.