org.dropframetimecode.java
Class DFTCrangeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.dropframetimecode.java.DFTCrangeException
All Implemented Interfaces:
java.io.Serializable

public class DFTCrangeException
extends java.lang.Exception

Thrown to indicate that a DropFrameTimeCode value has exceeded the daily range of 00:00:00:00 to 23:59:59:29

See Also:
Serialized Form

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

DFTCrangeException

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


DFTCrangeException

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

Parameters:
msg - the detail message.