org.archiviststoolkit.model
Class UnsupportedRepeatingDataTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.archiviststoolkit.model.UnsupportedRepeatingDataTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedRepeatingDataTypeException
extends java.lang.Exception

See Also:
Serialized Form

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

UnsupportedRepeatingDataTypeException

public UnsupportedRepeatingDataTypeException()

UnsupportedRepeatingDataTypeException

public UnsupportedRepeatingDataTypeException(java.lang.String message)

UnsupportedRepeatingDataTypeException

public UnsupportedRepeatingDataTypeException(java.lang.String message,
                                             java.lang.Throwable cause)

UnsupportedRepeatingDataTypeException

public UnsupportedRepeatingDataTypeException(java.lang.Throwable cause)