org.codehaus.aspectwerkz.exception
Class DefinitionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.codehaus.aspectwerkz.exception.DefinitionException
All Implemented Interfaces:
java.io.Serializable

public class DefinitionException
extends java.lang.RuntimeException

Thrown when no aspectwerkz definition file or class could be found.

Author:
Jonas Bonér
See Also:
Serialized Form

Constructor Summary
DefinitionException(java.lang.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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefinitionException

public DefinitionException(java.lang.String message)
Sets a message.

Parameters:
message - the message


Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.