org.dcm4che.data
Class DcmParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.dcm4che.data.DcmParseException
All Implemented Interfaces:
java.io.Serializable

public class DcmParseException
extends java.io.IOException

Author:
gunter.zeilinger@tiani.com
See Also:
Serialized Form

Constructor Summary
DcmParseException()
          Creates a new instance of DcmValueException without detail message.
DcmParseException(java.lang.String msg)
          Constructs an instance of DcmValueException with the specified detail message.
DcmParseException(java.lang.String msg, java.lang.Throwable cause)
          Constructs a new throwable with the specified detail message and 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

DcmParseException

public DcmParseException()
Creates a new instance of DcmValueException without detail message.


DcmParseException

public DcmParseException(java.lang.String msg)
Constructs an instance of DcmValueException with the specified detail message.

Parameters:
msg - the detail message.

DcmParseException

public DcmParseException(java.lang.String msg,
                         java.lang.Throwable cause)
Constructs a new throwable with the specified detail message and cause.

Parameters:
msg - the detail message.
cause - the cause.