Eclipse Platform
Release 3.2

org.eclipse.jface.text
Class BadPositionCategoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.jface.text.BadPositionCategoryException
All Implemented Interfaces:
java.io.Serializable

public class BadPositionCategoryException
extends java.lang.Exception

Indicates 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
BadPositionCategoryException()
          Creates a new bad position category exception.
BadPositionCategoryException(java.lang.String message)
          Creates a new bad position category exception.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.