Save This Page
Home » jruby-src-1.1.3 » org.jruby.exceptions » [javadoc | source]
org.jruby.exceptions
public class: RubyTypeException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            org.jruby.exceptions.RubyException
               org.jruby.exceptions.RubyTypeException

All Implemented Interfaces:
    Serializable

Constructor:
 public RubyTypeException() 
 public RubyTypeException(String msg) 
    Constructs an RubyTypeException with the specified detail message.
    Parameters:
    msg - the detail message.
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait