Class PositionOutOfRangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bidib.wizard.mvc.stepcontrol.view.PositionOutOfRangeException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPositionOutOfRangeException(long position, long min, long max, int aspectNumber) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
PositionOutOfRangeException
public PositionOutOfRangeException(long position, long min, long max, int aspectNumber)
-
-
Method Details
-
getPosition
public long getPosition() -
getMin
public long getMin() -
getMax
public long getMax() -
getAspectNumber
public int getAspectNumber() -
getMessage
- Overrides:
getMessagein classThrowable
-
toString
-