net.sourceforge.fluxion.utils
Class MissingElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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.