|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jconfig.error.ErrorReporter
This class will return the specified ErrorHandler.
You can define the ErrorHandler by setting the property
jconfig.errorhandler=org.jconfig.DefaultErrorHandler
You can also define your own ErrorHandler here.
If no ErrorHandler is defined then jConfig will use the so
called SimpleErrorHandler which will simply report
any error to the console.
Constructor Summary | |
ErrorReporter()
|
Method Summary | |
static ErrorHandler |
getErrorHandler()
This method will return the defined ErrorHandler. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ErrorReporter()
Method Detail |
public static ErrorHandler getErrorHandler()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |