Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.thermidor.xml.output
Class HandlerRegister.NoHandlerForType  view HandlerRegister.NoHandlerForType download HandlerRegister.NoHandlerForType.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.thermidor.util.exception.GenericException
              extended bycom.thermidor.xml.output.HandlerRegister.HandlerRegisterException
                  extended bycom.thermidor.xml.output.HandlerRegister.NoHandlerForType
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
HandlerRegister

public class HandlerRegister.NoHandlerForType
extends HandlerRegister.HandlerRegisterException


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class com.thermidor.util.exception.GenericException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
HandlerRegister.NoHandlerForType()
           
HandlerRegister.NoHandlerForType(java.lang.String message)
           
HandlerRegister.NoHandlerForType(java.lang.String message, java.lang.Throwable cause)
           
HandlerRegister.NoHandlerForType(java.lang.Throwable cause)
           
 
Methods inherited from class com.thermidor.util.exception.GenericException
getRootCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HandlerRegister.NoHandlerForType

public HandlerRegister.NoHandlerForType()

HandlerRegister.NoHandlerForType

public HandlerRegister.NoHandlerForType(java.lang.String message)

HandlerRegister.NoHandlerForType

public HandlerRegister.NoHandlerForType(java.lang.Throwable cause)

HandlerRegister.NoHandlerForType

public HandlerRegister.NoHandlerForType(java.lang.String message,
                                        java.lang.Throwable cause)