Media Authoring
with Java API

tv.amwa.maj.exception
Class RationalRangeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by tv.amwa.maj.exception.RationalRangeException
All Implemented Interfaces:
Serializable, MAJException, NewForMAJ

public class RationalRangeException
extends IllegalArgumentException
implements MAJException, NewForMAJ

Thrown when a rational value is outside of the acceptable range in a given context.

No equivalent C result code exists.

Author:
Richard Cartwright
See Also:
Rational, Rational, Serialized Form

Constructor Summary
RationalRangeException()
          Create a new rational range exception with no message.
RationalRangeException(String msg)
          Create a new rational range exception with the given descriptive message.
 
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

RationalRangeException

public RationalRangeException(String msg)

Create a new rational range exception with the given descriptive message.

Parameters:
msg - Message describing the exception.

RationalRangeException

public RationalRangeException()

Create a new rational range exception with no message.


Media Authoring
with Java API

(c) 2007-2008 Richard Cartwright, all rights reserved. Subject to the terms of the AAF SDK Public Source License.