Eclipse JDT
Release 3.0

org.eclipse.jdt.core.compiler
Class InvalidInputException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

Constructor Summary
InvalidInputException()
          Creates a new exception with no detail message.
InvalidInputException(String message)
          Creates a new exception with the given detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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

Eclipse JDT
Release 3.0

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.