sugar4xml.lang
Class Sugar4XmlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by sugar4xml.lang.Sugar4XmlException
All Implemented Interfaces:
Serializable

public class Sugar4XmlException
extends RuntimeException

Exception thrown from within Sugar4Xml.

Version:
$Id: Sugar4XmlException.java,v 1.1 2007/12/11 10:02:29 krizzdewizz Exp $
Author:
krizzdewizz
See Also:
Serialized Form

Constructor Summary
Sugar4XmlException(String message)
           
Sugar4XmlException(String message, Throwable cause)
           
 
Method Summary
static Sugar4XmlException throww(Throwable t)
          Throws the given exception without unnecessary nesting of Sugar4XmlExceptions.
 

Constructor Detail

Sugar4XmlException

public Sugar4XmlException(String message,
                          Throwable cause)

Sugar4XmlException

public Sugar4XmlException(String message)
Method Detail

throww

public static Sugar4XmlException throww(Throwable t)
Throws the given exception without unnecessary nesting of Sugar4XmlExceptions.

Parameters:
t -
Returns:
<nothing>
Throws:
Sugar4XmlException - always