Jetif v1.8.0

jetif
Class HandlerNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjetif.HandlerNotFoundException
All Implemented Interfaces:
Serializable

public class HandlerNotFoundException
extends Exception

The HandlerNotFoundException is thrown when an specified handler not found in current classpath.

Author:
Vicky Wang
See Also:
Serialized Form

Constructor Summary
HandlerNotFoundException(String name)
           
HandlerNotFoundException(String name, String reason)
           
 
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

HandlerNotFoundException

public HandlerNotFoundException(String name)

HandlerNotFoundException

public HandlerNotFoundException(String name,
                                String reason)

Jetif v1.8.0

Copyright © 2004,2005 Vicky Wang - All Rights Reserved.