fi.helsinki.dacopan.pef
Class ProtocolEventsDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fi.helsinki.dacopan.pef.ProtocolEventsDataException
All Implemented Interfaces:
java.io.Serializable

public class ProtocolEventsDataException
extends java.lang.RuntimeException

An exception indicating that the PEF passed to fi.helsinki.dacopan.pef.ProtocolEventsReader#read(Reader, DataView) was invalid.

Version:
$Id: ProtocolEventsDataException.java,v 1.2 2005/05/04 11:46:54 tituomin Exp $
See Also:
Serialized Form

Constructor Summary
ProtocolEventsDataException(java.lang.String msg)
           
ProtocolEventsDataException(java.lang.String msg, java.lang.Throwable cause)
           
 
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

ProtocolEventsDataException

public ProtocolEventsDataException(java.lang.String msg)

ProtocolEventsDataException

public ProtocolEventsDataException(java.lang.String msg,
                                   java.lang.Throwable cause)


© Dacopan2 team, 2005-