Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.processor
Class HandlerRegistryException
java.lang.Throwable
  |
  +--java.lang.Exception
       |
       +--com.newstep.solid.processor.HandlerRegistryException
All Implemented Interfaces:
       Serializable

public class HandlerRegistryException      
indicates a problem in the handler registry
Exceptions:
true
 
 

Field Summary
private final static long
Constructor Summary
public void
HandlerRegistryException(String message, Throwable cause)
public void
HandlerRegistryException(Throwable cause)
public void
HandlerRegistryException(String message)
Field Detail
serialVersionUID
private final static long serialVersionUID
Final.
Multiplicity:
1
Static.
 
Constructor Detail
HandlerRegistryException
public void HandlerRegistryException (String message, Throwable cause)
 
Parameters:
message
an error message
cause
the cause of the exception
Stereotype:
create
 

HandlerRegistryException
public void HandlerRegistryException (Throwable cause)
 
Parameters:
cause
the cause of the exception
Stereotype:
create
 

HandlerRegistryException
public void HandlerRegistryException (String message)
 
Parameters:
message
an error message
Stereotype:
create
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD