|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Generalised interface for reporting errors of any kind that happens in the Web3D codebase.
Where methods provide both a string and exception, either of the values may be null, but not both at the same time.
| Method Summary | |
void |
errorReport(java.lang.String msg,
java.lang.Exception e)
Notification of a recoverable error. |
void |
fatalErrorReport(java.lang.String msg,
java.lang.Exception e)
Notification of a non-recoverable error that halts the entire system. |
void |
messageReport(java.lang.String msg)
Notification of an informational message from the system. |
void |
partialReport(java.lang.String msg)
Notification of an partial message from the system. |
void |
warningReport(java.lang.String msg,
java.lang.Exception e)
Notification of a warning in the way the system is currently operating. |
| Method Detail |
public void partialReport(java.lang.String msg)
msg - The text of the message to be displayedpublic void messageReport(java.lang.String msg)
messageReport in interface org.j3d.util.ErrorReportermsg - The text of the message to be displayed
public void warningReport(java.lang.String msg,
java.lang.Exception e)
warningReport in interface org.j3d.util.ErrorReportermsg - The text of the message to be displayede - The exception that caused this warning. May be null
VRMLException - This is bad enough that the reporter should stop
what they are currently doing.
public void errorReport(java.lang.String msg,
java.lang.Exception e)
errorReport in interface org.j3d.util.ErrorReportermsg - The text of the message to be displayede - The exception that caused this warning. May be null
VRMLException - This is bad enough that the reporter should stop
what they are currently doing.
public void fatalErrorReport(java.lang.String msg,
java.lang.Exception e)
fatalErrorReport in interface org.j3d.util.ErrorReportermsg - The text of the message to be displayede - The exception that caused this warning. May be null
VRMLException - This is bad enough that the reporter should stop
what they are currently doing.
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||