org.writersforge.catalan.process.workers
Class MetadataException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.writersforge.catalan.process.ProcessException
              extended byorg.writersforge.catalan.process.workers.MetadataException
All Implemented Interfaces:
java.io.Serializable

public class MetadataException
extends ProcessException

An exception for IWorkMetadata problems.

Author:
jsheets
See Also:
Serialized Form

Constructor Summary
MetadataException(java.lang.String message)
          Creates a new instance of MetadataException.
MetadataException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance of MetadataException.
 
Methods inherited from class org.writersforge.catalan.process.ProcessException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetadataException

public MetadataException(java.lang.String message)
Creates a new instance of MetadataException.

Parameters:
message - description of the problem

MetadataException

public MetadataException(java.lang.String message,
                         java.lang.Throwable cause)
Creates a new instance of MetadataException.

Parameters:
message - description of the problem
cause - the triggering exception