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
public class InvalidInputException
- extends Exception
Exception thrown by a scanner when encountering lexical errors.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
- Parameters:
message
- the detail message
Copyright © 2012. All Rights Reserved.