org.codehaus.aspectwerkz.exception
Class DefinitionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.aspectwerkz.exception.DefinitionNotFoundException
- All Implemented Interfaces:
- Serializable
public class DefinitionNotFoundException
- extends RuntimeException
Thrown when no aspectwerkz definition file or class could be found.
- Author:
- Jonas Bonr
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DefinitionNotFoundException
public DefinitionNotFoundException(String message)
- Sets a message.
- Parameters:
message
- the message
Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.