Klasse InvalidInputException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.aspectj.org.eclipse.jdt.core.compiler.InvalidInputException
Alle implementierten Schnittstellen:
Serializable

public class InvalidInputException extends Exception
Exception thrown by a scanner when encountering lexical errors.
Siehe auch:
  • Konstruktordetails

    • InvalidInputException

      public InvalidInputException()
      Creates a new exception with no detail message.
    • InvalidInputException

      public InvalidInputException(String message)
      Creates a new exception with the given detail message.
      Parameter:
      message - the detail message