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

ceylon.language.printStackTrace.ceylon Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
"Print the stack trace of the given [[Exception]] using the 
 given [[function|write]], or to 
 [[standard error|process.writeError]] if no function is 
 specified."
tagged("Environment")
shared native void printStackTrace(Throwable exception, 
        "A function that prints the given string.
         Defaults to [[process.writeError]]."
        void write(String string) 
                => process.writeError(string));




© 2015 - 2024 Weber Informatics LLC | Privacy Policy