anon.terms
Class TermsAndConditionsReadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by anon.terms.TermsAndConditionsReadException
All Implemented Interfaces:
java.io.Serializable

public class TermsAndConditionsReadException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
(package private)  java.util.Vector tcsTosShow
           
 
Constructor Summary
TermsAndConditionsReadException()
           
 
Method Summary
 void addTermsAndConditonsToRead(TermsAndConditions tc)
           
 java.util.Vector getOperators()
           
 java.util.Vector getTermsTermsAndConditonsToRead()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tcsTosShow

java.util.Vector tcsTosShow
Constructor Detail

TermsAndConditionsReadException

public TermsAndConditionsReadException()
Method Detail

addTermsAndConditonsToRead

public void addTermsAndConditonsToRead(TermsAndConditions tc)

getTermsTermsAndConditonsToRead

public java.util.Vector getTermsTermsAndConditonsToRead()

getOperators

public java.util.Vector getOperators()