cvm.se.handlers
Class SEExceptionHandler

java.lang.Object
  extended by cvm.se.handlers.SEExceptionHandler

public class SEExceptionHandler
extends java.lang.Object

This class handles the exceptions that occur at the Synthesis Engine level.

Author:
Frank Hernandez

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

Instance

public static SEExceptionHandler Instance()
Implementation of the Singleton Pattern

Returns:
SEExceptionHandler instnace

handleException

public void handleException(java.lang.Exception e)
This method will handle all the exceptions thrown by the SE layer.

Parameters:
e - the exception that will be handled by the handler class