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

Constructor Summary
ViewAlreadyActiveForApplicationException(java.lang.String ViewID, java.lang.String ApplicationLabel)
           
 
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
 

Constructor Detail

ViewAlreadyActiveForApplicationException

public ViewAlreadyActiveForApplicationException(java.lang.String ViewID,
                                                java.lang.String ApplicationLabel)
Method Detail

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