org.dcm4che.data
Class DcmValueException

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

public class DcmValueException
extends java.io.IOException

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

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

DcmValueException

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


DcmValueException

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

Parameters:
msg - the detail message.

DcmValueException

public DcmValueException(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.