com.cycling74.max
Class MaxRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.cycling74.max.MaxRuntimeException
- All Implemented Interfaces:
- Serializable
public class MaxRuntimeException
- extends RuntimeException
API based runtime exception with Max/PDJ.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MaxRuntimeException
public MaxRuntimeException()
MaxRuntimeException
public MaxRuntimeException(String msg)
MaxRuntimeException
public MaxRuntimeException(Exception e)
This API is based on mxj for
Max/MSP by Cycling74. Please see original MXJ
implementation.