public class InvalidPositionException extends RuntimeException
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, toString
public InvalidPositionException(String text)
text
- Text to go with the new exception.public InvalidPositionException(Throwable e)
e
- The parent exception.