sugar4j.lang
Class Sugar4jException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sugar4j.lang.Sugar4jException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Sugar4jException.ParametersAreNotPairsException
public class Sugar4jException
- extends RuntimeException
Exception thrown from within Sugar4j.
- Version:
- $Id: Sugar4jException.java,v 1.5 2008/02/12 00:44:52 krizzdewizz Exp $
- Author:
- krizzdewizz
- See Also:
- Serialized Form
Sugar4jException
public Sugar4jException(String message,
Throwable cause)
Sugar4jException
public Sugar4jException(String message)
throww
public static Sugar4jException throww(Throwable t)
- Throws the given exception without unnecessary nesting of
Sugar4jException
s.
- Parameters:
t
-
- Returns:
- <nothing>
- Throws:
Sugar4jException
- always