com.dynalivery.pcre
Class InvalidParameterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dynalivery.pcre.PCREError
                    |
                    +--com.dynalivery.pcre.InvalidParameterException

public class InvalidParameterException
extends PCREError

This is a repository related exception

See Also:
Serialized Form

Fields inherited from class com.dynalivery.pcre.PCREError
errorCode, errorKind, errorText
 
Constructor Summary
InvalidParameterException(java.lang.String msg)
           
 
Methods inherited from class com.dynalivery.pcre.PCREError
getCode, getKind, getText, Report, Throw
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidParameterException

public InvalidParameterException(java.lang.String msg)