net.sf.saffron.util
Class SaffronResource

java.lang.Object
  |
  +--net.sf.saffron.util.SaffronResource

public class SaffronResource
extends Object

todo:


Field Summary
(package private) static SaffronResource global
           
 
Constructor Summary
SaffronResource()
           
 
Method Summary
 void assertTrue(boolean b)
           
 void assertTrue(boolean b, String reason)
           
static SaffronResource getDefault()
           
private  RuntimeException newError()
           
private  RuntimeException newError(String reason)
           
 RuntimeException newInternal()
           
 RuntimeException newInternal(String reason)
           
 RuntimeException newInternal(Throwable e)
           
 RuntimeException newInternal(Throwable e, String reason)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

global

static SaffronResource global
Constructor Detail

SaffronResource

public SaffronResource()
Method Detail

getDefault

public static SaffronResource getDefault()

assertTrue

public void assertTrue(boolean b,
                       String reason)

assertTrue

public void assertTrue(boolean b)

newInternal

public RuntimeException newInternal(Throwable e)

newInternal

public RuntimeException newInternal(Throwable e,
                                    String reason)

newInternal

public RuntimeException newInternal()

newInternal

public RuntimeException newInternal(String reason)

newError

private RuntimeException newError()

newError

private RuntimeException newError(String reason)

SourceForge.net_Logo