com.cinecolombia.cinecolombia.control
Class CinecolombiaEventException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.cinecolombia.cinecolombia.control.CinecolombiaEventException
All Implemented Interfaces:
java.io.Serializable

public class CinecolombiaEventException
extends java.lang.Exception
implements java.io.Serializable

This exception is the base class for all the event exceptions of cinecolombia module.

Author:
CincoSOFT
See Also:
Serialized Form
Created:
Junio 2003

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CinecolombiaEventException()
          Constructor for the CinecolombiaEventException object
CinecolombiaEventException(java.lang.String str)
          Constructor for the CinecolombiaEventException object
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CinecolombiaEventException

public CinecolombiaEventException()
Constructor for the CinecolombiaEventException object


CinecolombiaEventException

public CinecolombiaEventException(java.lang.String str)
Constructor for the CinecolombiaEventException object

Parameters:
str - message of exception