Sha256: c5de7fdf29a901ce917ba8ec74ebbc2c1e6f3bf43d3b4a4f612e95251708e870

Contents?: true

Size: 508 Bytes

Versions: 135

Compression:

Stored size: 508 Bytes

Contents

/*
 * Copyright 2006-2007 Yu Su
 * Distributed under the BSD License
 */
package com.xruby.debug;

/**
 * XRubyDebugException
 */
public class XRubyDebugException extends Exception {

    public XRubyDebugException() {
    }

    public XRubyDebugException(String message) {
        super(message);
    }

    public XRubyDebugException(String message, Throwable cause) {
        super(message, cause);
    }

    public XRubyDebugException(Exception e) {
        super(e);
    }
}

Version data entries

135 entries across 135 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java
rhodes-7.5.1 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java
rhodes-7.4.1 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java
rhodes-7.1.17 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java
rhodes-6.2.0 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java
rhodes-6.0.11 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java
rhodes-5.5.18 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java
rhodes-5.5.17 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java
rhodes-5.5.15 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java
rhodes-5.5.0.22 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java
rhodes-5.5.2 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java
rhodes-5.5.0.7 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java
rhodes-5.5.0.3 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java
rhodes-5.5.0 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java
tauplatform-1.0.3 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java
tauplatform-1.0.2 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java
tauplatform-1.0.1 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java
rhodes-3.5.1.12 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java
rhodes-3.3.5 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java
rhodes-3.4.2 platform/shared/xruby/src/com/xruby/debug/XRubyDebugException.java