org.melati.util
Class HttpServletRequestCompat.MissingMethodError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.LinkageError
              extended by java.lang.IncompatibleClassChangeError
                  extended by java.lang.NoSuchMethodError
                      extended by org.melati.util.HttpServletRequestCompat.MissingMethodError
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
HttpServletRequestCompat

public static class HttpServletRequestCompat.MissingMethodError
extends java.lang.NoSuchMethodError

Thrown when a method that is not available is invoked.

See Also:
Serialized Form

Constructor Summary
HttpServletRequestCompat.MissingMethodError()
           
 
Method Summary
 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

HttpServletRequestCompat.MissingMethodError

public HttpServletRequestCompat.MissingMethodError()
Method Detail

getMessage

public java.lang.String getMessage()

Overrides:
getMessage in class java.lang.Throwable
See Also:
Throwable.getMessage()


Copyright © 2000-2008 PanEris. All Rights Reserved.