org.fopps.model
Class InvalidArtefactException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.fopps.model.InvalidArtefactException
All Implemented Interfaces:
java.io.Serializable

public class InvalidArtefactException
extends java.lang.Exception

Exception for invalid artefacts (e. g. attached file not found)

See Also:
Serialized Form

Constructor Summary
InvalidArtefactException()
          Constructor for InvalidArtefactException.
InvalidArtefactException(java.lang.String s)
          Constructor for InvalidArtefactException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidArtefactException

public InvalidArtefactException()
Constructor for InvalidArtefactException.


InvalidArtefactException

public InvalidArtefactException(java.lang.String s)
Constructor for InvalidArtefactException.

Parameters:
s -


Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.