public class PositionOutOfBoundsException extends RuntimeException
| Constructor and Description |
|---|
PositionOutOfBoundsException(com.flowpowered.math.vector.Vectord position,
com.flowpowered.math.vector.Vectord min,
com.flowpowered.math.vector.Vectord max)
Constructs the exception from double coordinate vectors.
|
PositionOutOfBoundsException(com.flowpowered.math.vector.Vectorf position,
com.flowpowered.math.vector.Vectorf min,
com.flowpowered.math.vector.Vectorf max)
Constructs the exception from float coordinate vectors.
|
PositionOutOfBoundsException(com.flowpowered.math.vector.Vectori position,
com.flowpowered.math.vector.Vectori min,
com.flowpowered.math.vector.Vectori max)
Constructs the exception from int coordinate vectors.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PositionOutOfBoundsException(com.flowpowered.math.vector.Vectori position,
com.flowpowered.math.vector.Vectori min,
com.flowpowered.math.vector.Vectori max)
position - The out-of-bounds positionmin - The minimum acceptable boundmax - The maximum acceptable boundpublic PositionOutOfBoundsException(com.flowpowered.math.vector.Vectorf position,
com.flowpowered.math.vector.Vectorf min,
com.flowpowered.math.vector.Vectorf max)
position - The out-of-bounds positionmin - The minimum acceptable boundmax - The maximum acceptable boundpublic PositionOutOfBoundsException(com.flowpowered.math.vector.Vectord position,
com.flowpowered.math.vector.Vectord min,
com.flowpowered.math.vector.Vectord max)
position - The out-of-bounds positionmin - The minimum acceptable boundmax - The maximum acceptable bound