de.saumya.mojo
Class RubyScriptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.saumya.mojo.RubyScriptException
All Implemented Interfaces:
Serializable

public class RubyScriptException
extends Exception

See Also:
Serialized Form

Constructor Summary
RubyScriptException(Exception e)
           
RubyScriptException(String msg)
           
RubyScriptException(String msg, Exception e)
           
 
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

RubyScriptException

public RubyScriptException(Exception e)

RubyScriptException

public RubyScriptException(String msg,
                           Exception e)

RubyScriptException

public RubyScriptException(String msg)


Copyright © 2010. All Rights Reserved.