Package org.eclipse.jface.text
Class BadPositionCategoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jface.text.BadPositionCategoryException
-
- All Implemented Interfaces:
java.io.Serializable
public class BadPositionCategoryException extends java.lang.ExceptionIndicates the attempt to access a non-existing position category in a document.This class is not intended to be serialized.
- See Also:
IDocument, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadPositionCategoryException()Creates a new bad position category exception.BadPositionCategoryException(java.lang.String message)Creates a new bad position category exception.
-
-
-
Constructor Detail
-
BadPositionCategoryException
public BadPositionCategoryException()
Creates a new bad position category exception.
-
BadPositionCategoryException
public BadPositionCategoryException(java.lang.String message)
Creates a new bad position category exception.- Parameters:
message- the exception's message
-
-