org.debellor.rseslib
Class RseslibConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.debellor.rseslib.RseslibConversionException
All Implemented Interfaces:
java.io.Serializable

public class RseslibConversionException
extends java.lang.Exception

See Also:
Serialized Form

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

RseslibConversionException

public RseslibConversionException()

RseslibConversionException

public RseslibConversionException(java.lang.String message)

RseslibConversionException

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

RseslibConversionException

public RseslibConversionException(java.lang.Throwable cause)

RseslibConversionException

public RseslibConversionException(int rseslibType,
                                  int attrIndex)