public class CoordinatesTypeConversionException extends EyesException
| Constructor and Description |
|---|
CoordinatesTypeConversionException(CoordinatesType from,
CoordinatesType to)
Represents an error trying to convert between two coordinate types.
|
CoordinatesTypeConversionException(String message) |
CoordinatesTypeConversionException(String message,
Throwable e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CoordinatesTypeConversionException(String message)
public CoordinatesTypeConversionException(String message, Throwable e)
public CoordinatesTypeConversionException(CoordinatesType from, CoordinatesType to)
from - The source coordinates type.to - The target coordinates type.Copyright © 2017. All rights reserved.