org.codehaus.aspectwerkz.exception
Class DefinitionNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.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.
 
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-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.