org.dicom4j.core
Class FactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dicom4j.core.FactoryException
All Implemented Interfaces:
Serializable

public class FactoryException
extends Exception

Since:
0.1, 17 janv. 2009
Author:
Laurent Lecomte
See Also:
Serialized Form

Constructor Summary
FactoryException()
           
FactoryException(String message)
           
FactoryException(String message, Throwable cause)
           
FactoryException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FactoryException

public FactoryException()

FactoryException

public FactoryException(String message)
Parameters:
message -

FactoryException

public FactoryException(Throwable cause)
Parameters:
cause -

FactoryException

public FactoryException(String message,
                        Throwable cause)
Parameters:
message -
cause -


Copyright © 2009 dicom4j. All Rights Reserved.