org.jruby.util
Class ConvertBytes.ERange

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jruby.util.ConvertBytes.ERange
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ConvertBytes

public static class ConvertBytes.ERange
extends java.lang.RuntimeException

See Also:
Serialized Form

Nested Class Summary
static class ConvertBytes.ERange.Kind
           
 
Constructor Summary
ConvertBytes.ERange()
           
ConvertBytes.ERange(ConvertBytes.ERange.Kind kind)
           
 
Method Summary
 ConvertBytes.ERange.Kind getKind()
           
 
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

ConvertBytes.ERange

public ConvertBytes.ERange()

ConvertBytes.ERange

public ConvertBytes.ERange(ConvertBytes.ERange.Kind kind)
Method Detail

getKind

public ConvertBytes.ERange.Kind getKind()


Copyright © 2002-2009 JRuby Team. All Rights Reserved.