org.jfree.pixie.wmf.records

Class RecordCreationException


public class RecordCreationException
extends Exception

Date: Mar 9, 2003 Time: 5:11:57 PM $Id: RecordCreationException.java 3062 2007-07-30 17:22:18Z tmorgner $

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.