Package org.eclipse.jface.text
Class BadPartitioningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jface.text.BadPartitioningException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionCreates a new bad partitioning exception.BadPartitioningException
(String message) Creates a new bad partitioning exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadPartitioningException
public BadPartitioningException()Creates a new bad partitioning exception. -
BadPartitioningException
Creates a new bad partitioning exception.- Parameters:
message
- message describing the exception
-