public class InvalidPositionException extends XLIFFException
| Constructor and Description |
|---|
InvalidPositionException(String text)
Creates a new exception with a given text.
|
InvalidPositionException(Throwable e)
Creates a new exception with a given parent exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidPositionException(String text)
text - Text to go with the new exception.public InvalidPositionException(Throwable e)
e - The parent exception.Copyright © 2020. All rights reserved.