org.jenkinsci.plugins.darcs
Class DarcsCmd.DarcsCmdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jenkinsci.plugins.darcs.DarcsCmd.DarcsCmdException
All Implemented Interfaces:
Serializable
Enclosing class:
DarcsCmd

public static class DarcsCmd.DarcsCmdException
extends RuntimeException

Darcs command exception.

See Also:
Serialized Form

Constructor Summary
DarcsCmd.DarcsCmdException(String string)
          Creates exception with message.
DarcsCmd.DarcsCmdException(String string, Throwable thrwbl)
          Creates exception with message and a previous exception.
 
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

DarcsCmd.DarcsCmdException

public DarcsCmd.DarcsCmdException(String string)
Creates exception with message.

Parameters:
string - exception message

DarcsCmd.DarcsCmdException

public DarcsCmd.DarcsCmdException(String string,
                                  Throwable thrwbl)
Creates exception with message and a previous exception.

Parameters:
string - exception message
thrwbl - previous exception


Copyright © 2004-2013 weltraumschaf.de. All Rights Reserved.