org.nanocontainer.aop
Class MalformedRegularExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.nanocontainer.aop.MalformedRegularExpressionException
- All Implemented Interfaces:
- 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
Methods inherited from class org.picocontainer.PicoException |
getCause, printStackTrace, printStackTrace, printStackTrace |
MalformedRegularExpressionException
public MalformedRegularExpressionException(String message,
Throwable cause)
- Creates a new
MalformedRegularExpression
object.
- Parameters:
message
- the error message.cause
- the original exception that caused this error.
Copyright © 2003-2009 Codehaus. All Rights Reserved.