org.mutabilitydetector.checkers
Class UnhandledExceptionBuilder

java.lang.Object
  extended by org.mutabilitydetector.checkers.UnhandledExceptionBuilder

public final class UnhandledExceptionBuilder
extends Object


Constructor Summary
UnhandledExceptionBuilder()
           
 
Method Summary
 MutabilityAnalysisException unhandledException(Throwable cause, Iterable<AnalysisResult> resultsSoFar, AsmMutabilityChecker checker, Dotted className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnhandledExceptionBuilder

public UnhandledExceptionBuilder()
Method Detail

unhandledException

public MutabilityAnalysisException unhandledException(Throwable cause,
                                                      Iterable<AnalysisResult> resultsSoFar,
                                                      AsmMutabilityChecker checker,
                                                      Dotted className)


Copyright © 2013. All Rights Reserved.