All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nofdev.servicefacade.ExceptionMessage.groovy Maven / Gradle / Ivy

The newest version!
package org.nofdev.servicefacade
/**
 * Created by Qiang on 7/31/14.
 */
class ExceptionMessage {
    T datail
    String name
    String msg
    ExceptionMessage cause
    String stack
    HashMap children
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy