Class PositionOutOfRangeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bidib.wizard.mvc.stepcontrol.view.PositionOutOfRangeException
-
- All Implemented Interfaces:
Serializable
public class PositionOutOfRangeException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PositionOutOfRangeException(long position, long min, long max, int aspectNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAspectNumber()longgetMax()StringgetMessage()longgetMin()longgetPosition()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Method Detail
-
getPosition
public long getPosition()
-
getMin
public long getMin()
-
getMax
public long getMax()
-
getAspectNumber
public int getAspectNumber()
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-