org.ujac.util.template
Class TemplateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ujac.util.UjacException
org.ujac.util.template.TemplateException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ExpressionException
public class TemplateException
- extends UjacException
Name: TemplateException
Description: Description of the class.
- Author:
- lauerc
- See Also:
- Serialized Form
TemplateException
public TemplateException()
- Creates an instance with no specific arguments.
TemplateException
public TemplateException(String msg)
- Creates an instance with specific arguments.
- Parameters:
msg
- The error message.
TemplateException
public TemplateException(String msg,
Throwable cause)
- Creates an instance with specific arguments.
- Parameters:
msg
- The error message.cause
- The cause of the error.
Copyright © 2003-2004 UJAC.org. All Rights Reserved.