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 Console
console
protected LocalizedString
heading
protected org.slf4j.Logger
log
protected LocalizedString
opps
-
Constructor Summary
Constructors Constructor Description UncaughtExceptionPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
view(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
-
-