com.softsynth.jmsl.score
Class NumberOutOfRangeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.softsynth.jmsl.score.NumberOutOfRangeException
All Implemented Interfaces:
java.io.Serializable

public class NumberOutOfRangeException
extends java.lang.RuntimeException

Author:
Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved
See Also:
Serialized Form

Field Summary
static java.lang.String copyright
           
 
Constructor Summary
NumberOutOfRangeException(java.lang.String msg)
           
 
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
 

Field Detail

copyright

public static final java.lang.String copyright
See Also:
Constant Field Values
Constructor Detail

NumberOutOfRangeException

public NumberOutOfRangeException(java.lang.String msg)