Uses of Class
sugar4j.lang.Sugar4jException

Packages that use Sugar4jException
sugar4j.lang Fundamental base classes, generated package content and extension methods. 
 

Uses of Sugar4jException in sugar4j.lang
 

Subclasses of Sugar4jException in sugar4j.lang
static class Sugar4jException.ParametersAreNotPairsException
          Thrown whenever a parameter array is not empty and does not contain pairs.
 

Methods in sugar4j.lang that return Sugar4jException
static Sugar4jException Sugar4jException.throww(Throwable t)
          Throws the given exception without unnecessary nesting of Sugar4jExceptions.