org.apache.excalibur.instrument.manager
Class NoSuchInstrumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.excalibur.instrument.manager.NoSuchInstrumentException
- All Implemented Interfaces:
- Serializable
public class NoSuchInstrumentException
- extends RuntimeException
Thrown when a Instrument 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 |
NoSuchInstrumentException
public NoSuchInstrumentException(String message)
- Construct a new NoSuchInstrumentException instance.
- Parameters:
message
- The detail message for this exception.
Copyright © 1997-2012 The Apache Software Foundation. All Rights Reserved.