com.ejie.r01f.io.filters
Class DirectiveListenerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bycom.ejie.r01f.io.filters.DirectiveListenerException
All Implemented Interfaces:
java.io.Serializable

public class DirectiveListenerException
extends java.io.IOException

Excepcion lanzada por el proceso de "escucha" de directivas...

See Also:
Serialized Form

Constructor Summary
DirectiveListenerException()
          Constructor vacío
DirectiveListenerException(java.lang.String msg)
          Constructor en base a un mensaje
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectiveListenerException

public DirectiveListenerException()
Constructor vacío


DirectiveListenerException

public DirectiveListenerException(java.lang.String msg)
Constructor en base a un mensaje