org.jfree.pixie.wmf.records

Class RecordCreationException


public class RecordCreationException
extends Exception

Date: Mar 9, 2003 Time: 5:11:57 PM $Id: RecordCreationException.java,v 1.3 2004/11/21 16:29:32 taqua Exp $

Constructor Summary

RecordCreationException()
Constructs an Exception with no specified detail message.
RecordCreationException(String s)
Constructs an Exception with the specified detail message.

Constructor Details

RecordCreationException

public RecordCreationException()
Constructs an Exception with no specified detail message.

RecordCreationException

public RecordCreationException(String s)
Constructs an Exception with the specified detail message.
Parameters:
s - the detail message.