org.nanocontainer.aop
Class MalformedRegularExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.picocontainer.PicoException
                  extended by org.nanocontainer.aop.MalformedRegularExpressionException
All Implemented Interfaces:
java.io.Serializable

public class MalformedRegularExpressionException
extends org.picocontainer.PicoException

Exception thrown by PointcutsFactory when it is passed an invalid regular expression.

Version:
$Revision: 3144 $
Author:
Stephen Molitor
See Also:
Serialized Form

Constructor Summary
MalformedRegularExpressionException(java.lang.String message, java.lang.Throwable cause)
          Creates a new MalformedRegularExpression object.
 
Method Summary
 
Methods inherited from class org.picocontainer.PicoException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedRegularExpressionException

public MalformedRegularExpressionException(java.lang.String message,
                                           java.lang.Throwable cause)
Creates a new MalformedRegularExpression object.

Parameters:
message - the error message.
cause - the original exception that caused this error.


Copyright © 2003-2010 Codehaus. All Rights Reserved.