version 1.0

com.actimind.actiwate
Class ActiwateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.actimind.actiwate.ActiwateException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AssertionException, DialogException, HistoryExhaustedException, HTTPConnectionException, JavaScriptException, LookupException, PageExpiredException, TestFailedException

public class ActiwateException
extends java.lang.RuntimeException

Basic class for all Actiwate exceptions

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
ActiwateException()
           
ActiwateException(com.actimind.actiwate.log.LogMessage logMessage)
           
ActiwateException(com.actimind.actiwate.log.LogMessage logMessage, java.lang.Throwable cause)
           
 
Method Summary
 com.actimind.actiwate.log.LogMessage getLogMessage()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActiwateException

public ActiwateException(com.actimind.actiwate.log.LogMessage logMessage)

ActiwateException

public ActiwateException()

ActiwateException

public ActiwateException(com.actimind.actiwate.log.LogMessage logMessage,
                         java.lang.Throwable cause)
Method Detail

getLogMessage

public com.actimind.actiwate.log.LogMessage getLogMessage()

getMessage

public java.lang.String getMessage()


Copyright © 2007 Actimind, Inc. All Rights Reserved.