org.melati.util
Class HttpServletRequestCompat.MissingMethodError

Package class diagram package 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:
Serializable
Enclosing class:
HttpServletRequestCompat

public static class HttpServletRequestCompat.MissingMethodError
extends NoSuchMethodError

Thrown when a method that is not available is invoked.

See Also:
Serialized Form

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

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


Copyright © 2000-2010 PanEris. All Rights Reserved.