public class BadLocationException extends Exception
This class is not intended to be serialized.
This class is a copy/paste of org.eclipse.jface.text.BadLocationException.Constructor and Description |
---|
BadLocationException()
Creates a new bad location exception.
|
BadLocationException(String message)
Creates a new bad location exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BadLocationException()
public BadLocationException(String message)
message
- the exception messageCopyright © 2020. All rights reserved.