Class BadPartitioningException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jface.text.BadPartitioningException
All Implemented Interfaces:
Serializable

public class BadPartitioningException extends Exception
Represents the attempt to refer to a non-existing document partitioning.

This class is not intended to be serialized.

Since:
3.0
See Also:
  • Constructor Details

    • 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