com.hardcode.gdbms.engine.internalExceptions
Class InternalExceptionCatcher

java.lang.Object
  extended by com.hardcode.gdbms.engine.internalExceptions.InternalExceptionCatcher

public class InternalExceptionCatcher
extends java.lang.Object

Internal exception catcher

Author:
Fernando González Cortés

Constructor Summary
InternalExceptionCatcher()
           
 
Method Summary
static void addInternalExceptionListener(InternalExceptionListener listener)
          patron observer
static void callExceptionRaised(InternalExceptionEvent arg0)
          Notifies the event observers
static void removeInternalExceptionListener(InternalExceptionListener listener)
          patron observer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalExceptionCatcher

public InternalExceptionCatcher()
Method Detail

addInternalExceptionListener

public static void addInternalExceptionListener(InternalExceptionListener listener)
patron observer

Parameters:
listener - DOCUMENT ME!

callExceptionRaised

public static void callExceptionRaised(InternalExceptionEvent arg0)
Notifies the event observers

Parameters:
arg0 - the event

removeInternalExceptionListener

public static void removeInternalExceptionListener(InternalExceptionListener listener)
patron observer

Parameters:
listener - DOCUMENT ME!


Copyright © 2005-2006 . All Rights Reserved.