de.bsvrz.ars.export.exceptions
Class InvalidObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.bsvrz.ars.export.exceptions.InvalidObjectException
All Implemented Interfaces:
java.io.Serializable

public class InvalidObjectException
extends java.lang.Exception

Exception, für den Fall, das ungültige Objekte in serialisierter Form (xml) vorliegen

Version:
$Revision: 1.1 $ / $Date: 2008/01/22 16:39:42 $ / ($Author: yvonnes $)
Author:
beck et al. projects GmbH, Phil Schrettenbrunner
See Also:
Serialized Form

Constructor Summary
InvalidObjectException()
          Anonyme Excetion
InvalidObjectException(java.lang.String msg)
          Exception mit Kommentar
 
Method Summary
 
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

InvalidObjectException

public InvalidObjectException()
Anonyme Excetion


InvalidObjectException

public InvalidObjectException(java.lang.String msg)
Exception mit Kommentar

Parameters:
msg - Kommentar


Copyright © 2005-2008 beck et al. projects GmbH All Rights Reserved.