ru.novosoft.dc.core
Class NSDCException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--ru.novosoft.dc.core.NSDCException

public class NSDCException
extends java.lang.RuntimeException

The exception is thrown if something is wrong while data conversion.

See Also:
Serialized Form

Constructor Summary
NSDCException()
           
NSDCException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSDCException

public NSDCException()

NSDCException

public NSDCException(java.lang.String s)