public class EmptyRegexCollectionException extends RuntimeException
RegexCollection.| Constructor and Description | 
|---|
| EmptyRegexCollectionException()Constructs an  EmptyRegexCollectionExceptionwith no detail message. | 
| EmptyRegexCollectionException(String s)Constructs an  EmptyRegexCollectionExceptionwith the specified detail message. | 
| EmptyRegexCollectionException(String message,
                             Throwable cause)Constructs a new exception with the specified detail message and cause. | 
| EmptyRegexCollectionException(Throwable cause)Constructs a new exception with the specified cause and a detail message. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EmptyRegexCollectionException()
EmptyRegexCollectionException with no detail message.public EmptyRegexCollectionException(String s)
EmptyRegexCollectionException with the specified detail message.s - the detail message.public EmptyRegexCollectionException(String message, Throwable cause)
 Note that the detail message associated with cause is
 not automatically incorporated in this exception's detail message.
message - the detail messagecause - the causepublic EmptyRegexCollectionException(Throwable cause)
cause - the cause