org.dicom4j.network.protocoldataunit
Class UnrecognizedPDUException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dicom4j.dicom.DicomException
              extended by org.dicom4j.network.DicomNetworkException
                  extended by org.dicom4j.network.protocoldataunit.ProtocolDataUnitException
                      extended by org.dicom4j.network.protocoldataunit.UnrecognizedPDUException
All Implemented Interfaces:
Serializable

public class UnrecognizedPDUException
extends ProtocolDataUnitException

Exception to notify when a PDU's type doesn't match to a type define in Dicom

Since:
0.1, 1 mars 2009
Author:
Laurent Lecomte
See Also:
Serialized Form

Constructor Summary
UnrecognizedPDUException()
           
UnrecognizedPDUException(byte aType)
          create a new exception when a byte value doesn't match to a valid PDU's type
 
Method Summary
 
Methods inherited from class org.dicom4j.network.protocoldataunit.ProtocolDataUnitException
getReason
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnrecognizedPDUException

public UnrecognizedPDUException()

UnrecognizedPDUException

public UnrecognizedPDUException(byte aType)

create a new exception when a byte value doesn't match to a valid PDU's type

Parameters:
aType - the invalid byte value
Since:
0.0.4


Copyright © 2009 dicom4j. All Rights Reserved.