|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Error java.lang.AssertionError com.google.gwt.useragent.client.UserAgentAsserter.UserAgentAssertionError
public static class UserAgentAsserter.UserAgentAssertionError
An error object that indicates that the user agent detected at runtime did not match the user agent that the module expected to find.
Constructor Summary | |
---|---|
UserAgentAsserter.UserAgentAssertionError()
Default constructor for serialization. |
|
UserAgentAsserter.UserAgentAssertionError(java.lang.String compileTimeValue,
java.lang.String runtimeValue)
Creates an error with the given expected and actual user.agent value. |
Method Summary |
---|
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 |
Constructor Detail |
---|
public UserAgentAsserter.UserAgentAssertionError()
public UserAgentAsserter.UserAgentAssertionError(java.lang.String compileTimeValue, java.lang.String runtimeValue)
compileTimeValue
- the compile time user.agent value, either in this
permutation or soft permutationruntimeValue
- the detected user.agent value after the module started
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |