org.ow2.petals.admin.api.exception
Class RegistryRegexpPatternException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.petals.admin.api.exception.RegistryAdministrationException
              extended by org.ow2.petals.admin.api.exception.RegistryRegexpPatternException
All Implemented Interfaces:
java.io.Serializable

public class RegistryRegexpPatternException
extends RegistryAdministrationException

Regexp pattern is invalid.

Author:
Christophe DENUEX - Linagora
See Also:
Serialized Form

Constructor Summary
RegistryRegexpPatternException(java.lang.String regexp, java.lang.String description)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getRegexp()
           
 
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

RegistryRegexpPatternException

public RegistryRegexpPatternException(java.lang.String regexp,
                                      java.lang.String description)
Method Detail

getRegexp

public java.lang.String getRegexp()
Returns:
The invalid regexp

getDescription

public java.lang.String getDescription()
Returns:
The description of the error of the regexp


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.