net.sourceforge.fluxion.utils
Class MissingElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.fluxion.utils.MissingElementException
All Implemented Interfaces:
java.io.Serializable

public class MissingElementException
extends java.lang.Exception

Thrown whenever an element that is expected to be found is missing. For example, when a class annotated with an @Bean annotation doesn't have a corresponding Filter.class

Version:
0.2
Author:
Tony Burdett
See Also:
Serialized Form

Constructor Summary
MissingElementException()
           
MissingElementException(java.lang.String s)
           
MissingElementException(java.lang.String message, java.lang.Throwable cause)
           
MissingElementException(java.lang.Throwable cause)
           
 
Method Summary
 
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

MissingElementException

public MissingElementException()

MissingElementException

public MissingElementException(java.lang.String s)

MissingElementException

public MissingElementException(java.lang.String message,
                               java.lang.Throwable cause)

MissingElementException

public MissingElementException(java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.