org.apache.excalibur.instrument.manager
Class NoSuchInstrumentableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.excalibur.instrument.manager.NoSuchInstrumentableException
- All Implemented Interfaces:
- Serializable
public class NoSuchInstrumentableException
- extends RuntimeException
Thrown when a Instrumentable can not be found.
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchInstrumentableException
public NoSuchInstrumentableException(String message)
- Construct a new NoSuchInstrumentableException instance.
- Parameters:
message
- The detail message for this exception.
Copyright © 1997-2012 The Apache Software Foundation. All Rights Reserved.