Package org.eclipse.cdt.core.parser
Class EndOfFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.cdt.core.parser.EndOfFileException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
OffsetLimitReachedException
public class EndOfFileException extends java.lang.Exception- See Also:
- Serialized Form
- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This class is not intended to be instantiated by clients.
-
-
Constructor Summary
Constructors Constructor Description EndOfFileException(int offset)EndOfFileException(int offset, boolean endsInactiveCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanendsInactiveCode()intgetEndOffset()Returns the offset at which the translation unit ends, or -1 if not known.
-