vub.starlab.InterpretationLayer.exceptions
Class ViewAlreadyActiveForApplicationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--vub.starlab.InterpretationLayer.exceptions.ViewAlreadyActiveForApplicationException
- public class ViewAlreadyActiveForApplicationException
- extends java.lang.Exception
Title: Dogma Interpretation Layer API - ViewAlreadyActiveForApplicationException
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
- Version:
- 1.0
- Author:
- Jan Demey
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
getApplicationLabel()
Accessor method returning the ApplicationLabel of the application the view is already active for |
java.lang.String |
getViewID()
Accessor method returning the ViewID of the view that is already active |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ViewAlreadyActiveForApplicationException
public ViewAlreadyActiveForApplicationException(java.lang.String ViewID,
java.lang.String ApplicationLabel)
getViewID
public java.lang.String getViewID()
- Accessor method returning the ViewID of the view that is already active
- Returns:
- String the ViewID of the view that is already active
getApplicationLabel
public java.lang.String getApplicationLabel()
- Accessor method returning the ApplicationLabel of the application the view is already active for
- Returns:
- String the ApplicationLabel of the application the view is already active for