Package com.softsynth.jmsl.score
Class NumberOutOfRangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Fields Modifier and Type Field Description static java.lang.String
copyright
-
Constructor Summary
Constructors Constructor Description NumberOutOfRangeException(java.lang.String msg)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
copyright
public static final java.lang.String copyright- See Also:
- Constant Field Values
-
-
Constructor Details
-
NumberOutOfRangeException
public NumberOutOfRangeException(java.lang.String msg)
-