sugar4xml.lang
Class Sugar4XmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Sugar4XmlException
public Sugar4XmlException(String message,
Throwable cause)
Sugar4XmlException
public Sugar4XmlException(String message)
throww
public static Sugar4XmlException throww(Throwable t)
- Throws the given exception without unnecessary nesting of
Sugar4XmlException
s.
- Parameters:
t
-
- Returns:
- <nothing>
- Throws:
Sugar4XmlException
- always