1 /**********************************************************************
2 Copyright (c) 2002 IBM Corp. and others.
3 All rights reserved. � This program and the accompanying materials
4 are made available under the terms of the Common Public License v0.5
5 which accompanies this distribution, and is available at
6 http://www.eclipse.org/legal/cpl-v05.html
9 IBM Corporation - initial API and implementation
10 **********************************************************************/
12 package net.sourceforge.phpdt.core.compiler;
15 * Exception thrown by a scanner when encountering lexical errors.
17 public class InvalidInputException extends Exception {
20 * InvalidInputException constructor comment.
22 public InvalidInputException() {
27 * InvalidInputException constructor comment.
32 public InvalidInputException(String s) {