clojure.lang
Interface IExceptionInfo

All Known Implementing Classes:
ExceptionInfo

public interface IExceptionInfo

Interface for exceptions that carry data (a map) as additional payload. Clojure programs that need richer semantics for exceptions should use this in lieu of defining project-specific exception classes.


Method Summary
 IPersistentMap getData()
           
 

Method Detail

getData

IPersistentMap getData()


Copyright © 2014. All Rights Reserved.