org.zkoss.zel
Class MethodNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.zkoss.zel.ELException
                  extended by org.zkoss.zel.MethodNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class MethodNotFoundException
extends ELException

See Also:
Serialized Form

Constructor Summary
MethodNotFoundException()
           
MethodNotFoundException(java.lang.String message)
           
MethodNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
MethodNotFoundException(java.lang.Throwable cause)
           
 
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

MethodNotFoundException

public MethodNotFoundException()

MethodNotFoundException

public MethodNotFoundException(java.lang.String message)
Parameters:
message -

MethodNotFoundException

public MethodNotFoundException(java.lang.String message,
                               java.lang.Throwable cause)
Parameters:
message -
cause -

MethodNotFoundException

public MethodNotFoundException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo