Package com.microfocus.zfe.haapi.ps
Class InvalidPositionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microfocus.zfe.haapi.HaapiException
-
- com.microfocus.zfe.haapi.SessionException
-
- com.microfocus.zfe.haapi.ps.PresentationSpaceException
-
- com.microfocus.zfe.haapi.ps.InvalidPositionException
-
- All Implemented Interfaces:
Serializable
public class InvalidPositionException extends PresentationSpaceException
Thrown when a position is encountered that is not part of the presentation space.- See Also:
PresentationSpace
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPositionException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidPositionException
public InvalidPositionException(String msg)
-
-