Package org.eclipse.jdt.core.compiler
Class InvalidInputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jdt.core.compiler.InvalidInputException
- All Implemented Interfaces:
Serializable
Exception thrown by a scanner when encountering lexical errors.
- See Also:
- Restriction:
- This class is not intended to be subclassed by clients.
- Restriction:
- This class is not intended to be instantiated by clients.
-
Constructor Summary
ConstructorDescriptionCreates a new exception with no detail message.InvalidInputException
(String message) Creates a new exception with the given detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidInputException
public InvalidInputException()Creates a new exception with no detail message. -
InvalidInputException
Creates a new exception with the given detail message.- Parameters:
message
- the detail message
-