Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.jface.text
Class BadPartitioningException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.jface.text.BadPartitioningException

All Implemented Interfaces:
Serializable


public class BadPartitioningException
extends Exception

Represents the attempt to refer to a non-existing document partitioning.

Since:
3.0
See Also:
IDocument, IDocumentExtension3, Serialized Form


Constructor Summary
BadPartitioningException()
          Creates a new bad partitioning exception.
BadPartitioningException(String message)
          Creates a new bad partitioning exception.
 
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

 

 

BadPartitioningException

public BadPartitioningException()

Creates a new bad partitioning exception.


 

 

BadPartitioningException

public BadPartitioningException(String message)

Creates a new bad partitioning exception.

Parameters:
message - message describing the exception


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


Guidelines for using Eclipse APIs.

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