Class WrongPatternException

All Implemented Interfaces:
Serializable

public class WrongPatternException extends PerunException
Pattern is not well-formed.

Is to be thrown when the generative pattern of hostname e.g. local[00-12]domain has a wrong syntax.

Author:
Jirka Mauritz <jirmauritz@gmail.com>
See Also:
  • Constructor Details

    • WrongPatternException

      public WrongPatternException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • WrongPatternException

      public WrongPatternException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • WrongPatternException

      public WrongPatternException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception