com.github.raphc.maven.plugins.selenese4j.functions
Class NotMatchedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.github.raphc.maven.plugins.selenese4j.functions.NotMatchedException
All Implemented Interfaces:
Serializable

public class NotMatchedException
extends Exception

Author:
Raphael
See Also:
Serialized Form

Constructor Summary
NotMatchedException()
           
NotMatchedException(String message)
           
NotMatchedException(String message, Throwable cause)
           
NotMatchedException(Throwable cause)
           
 
Method Summary
 
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

NotMatchedException

public NotMatchedException()

NotMatchedException

public NotMatchedException(String message,
                           Throwable cause)
Parameters:
message -
cause -

NotMatchedException

public NotMatchedException(String message)
Parameters:
message -

NotMatchedException

public NotMatchedException(Throwable cause)
Parameters:
cause -


Copyright © 2012. All Rights Reserved.