Module FerrisResisteConsole
Class UncaughtExceptionPage
- java.lang.Object
-
- org.ferris.resiste.console.exception.UncaughtExceptionPage
-
@ApplicationScoped public class UncaughtExceptionPage extends java.lang.Object- Author:
- Michael Remijan mjremijan@yahoo.com @mjremijan
-
-
Field Summary
Fields Modifier and Type Field Description protected Consoleconsoleprotected LocalizedStringheadingprotected org.slf4j.Loggerlogprotected LocalizedStringopps
-
Constructor Summary
Constructors Constructor Description UncaughtExceptionPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidview(java.lang.Throwable e)
-
-
-
Field Detail
-
log
@Inject protected org.slf4j.Logger log
-
console
@Inject protected Console console
-
heading
@Inject protected LocalizedString heading
-
opps
@Inject protected LocalizedString opps
-
-