Package one.microstream.math
Class InvalidCoordinateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.math.InvalidCoordinateException
- All Implemented Interfaces:
 Serializable
public class InvalidCoordinateException extends RuntimeException
- See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description InvalidCoordinateException()InvalidCoordinateException(String message)InvalidCoordinateException(String message, Throwable cause)InvalidCoordinateException(Throwable cause) - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
InvalidCoordinateException
public InvalidCoordinateException() - 
InvalidCoordinateException
- Parameters:
 message-
 - 
InvalidCoordinateException
- Parameters:
 cause-
 - 
InvalidCoordinateException
- Parameters:
 message-cause-
 
 -