org.jvnet.hudson.plugins
Class JythonPluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jvnet.hudson.plugins.JythonPluginException
All Implemented Interfaces:
java.io.Serializable

public class JythonPluginException
extends java.lang.RuntimeException

Indicated a general error with the Jython plug-in.

Author:
Jack Leow
See Also:
Serialized Form

Constructor Summary
JythonPluginException(java.lang.String string)
           
JythonPluginException(java.lang.String string, java.lang.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

JythonPluginException

public JythonPluginException(java.lang.String string,
                             java.lang.Throwable cause)

JythonPluginException

public JythonPluginException(java.lang.String string)


Copyright © 2011. All Rights Reserved.