it.amattioli.workstate.exceptions
Interface MultiException

Show UML class diagram
All Known Implementing Classes:
WorkflowException

public interface MultiException


Method Summary
 void addCause(Throwable cause)
           
 Collection<Throwable> getCauses()
           
 

Method Detail

getCauses

Collection<Throwable> getCauses()

addCause

void addCause(Throwable cause)


Copyright © 2011. All Rights Reserved.