public class InvalidPositionException extends XLIFFException
| Constructor and Description |
|---|
InvalidPositionException(java.lang.String text)
Creates a new exception with a given text.
|
InvalidPositionException(java.lang.Throwable e)
Creates a new exception with a given parent exception.
|
public InvalidPositionException(java.lang.String text)
text - Text to go with the new exception.public InvalidPositionException(java.lang.Throwable e)
e - The parent exception.