|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcvm.se.handlers.SEExceptionHandler
public class SEExceptionHandler
This class handles the exceptions that occur at the Synthesis Engine level.
| Method Summary | |
|---|---|
void |
handleException(java.lang.Exception e)
This method will handle all the exceptions thrown by the SE layer. |
static SEExceptionHandler |
Instance()
Implementation of the Singleton Pattern |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SEExceptionHandler Instance()
public void handleException(java.lang.Exception e)
e - the exception that will be handled by the handler class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||