com.hardcode.gdbms.engine.internalExceptions
Class InternalExceptionEvent

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

public class InternalExceptionEvent
extends java.lang.Object

Internal exception event

Author:
Fernando González Cortés

Constructor Summary
InternalExceptionEvent(java.lang.Object source, InternalException ie)
           
 
Method Summary
 InternalException getInternalException()
          Gets the exception that caused the event
 java.lang.Object getSource()
          gets the originator of the event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalExceptionEvent

public InternalExceptionEvent(java.lang.Object source,
                              InternalException ie)
Method Detail

getSource

public java.lang.Object getSource()
gets the originator of the event

Returns:
originator of the event

getInternalException

public InternalException getInternalException()
Gets the exception that caused the event

Returns:
InternalException


Copyright © 2005-2006 . All Rights Reserved.