org.lobobrowser.clientlet
Class NavigatorVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lobobrowser.clientlet.ClientletException
org.lobobrowser.clientlet.NavigatorVersionException
- All Implemented Interfaces:
- java.io.Serializable
public class NavigatorVersionException
- extends ClientletException
Thrown when a clientlet requires a newer navigator version than
the one running.
- See Also:
- Serialized Form
| 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 |
NavigatorVersionException
public NavigatorVersionException(java.lang.String message,
java.lang.String expectingVersion)
NavigatorVersionException
public NavigatorVersionException(java.lang.String message,
java.lang.String expectingVersion,
java.lang.Throwable rootCause)
- Parameters:
message - rootCause -
NavigatorVersionException
public NavigatorVersionException(java.lang.String expectingVersion,
java.lang.Throwable rootCause)
- Parameters:
rootCause -
getExpectingVersion
public java.lang.String getExpectingVersion()
Copyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Lobo Home]