org.codehaus.aspectwerkz.exception
Class DefinitionNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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 BonŽr
See Also:
Serialized Form

Constructor Summary
DefinitionNotFoundException(String message)
          Sets a message.
 
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

DefinitionNotFoundException

public DefinitionNotFoundException(String message)
Sets a message.

Parameters:
message - the message


Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.