org.eclipse.jdt.core.compiler
Class InvalidInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.jdt.core.compiler.InvalidInputException
All Implemented Interfaces:
java.io.Serializable

public class InvalidInputException
extends java.lang.Exception

Exception thrown by a scanner when encountering lexical errors.

See Also:
Serialized Form

Constructor Summary
InvalidInputException()
          Creates a new exception with no detail message.
InvalidInputException(java.lang.String message)
          Creates a new exception with the given detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidInputException

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


InvalidInputException

public InvalidInputException(java.lang.String message)
Creates a new exception with the given detail message.

Parameters:
message - the detail message