com.cycling74.max
Class MaxRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.cycling74.max.MaxRuntimeException
All Implemented Interfaces:
Serializable

public class MaxRuntimeException
extends RuntimeException

API based runtime exception with Max/PDJ.

See Also:
Serialized Form

Constructor Summary
MaxRuntimeException()
           
MaxRuntimeException(Exception e)
           
MaxRuntimeException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.