public final class AOException
extends java.lang.Exception
| Constructor and Description | 
|---|
| AOException(java.lang.String name,
           int message)This Constructor writes a standard message from the MESSAGES
 array using the int as an index. | 
| AOException(java.lang.String name,
           java.lang.String message)Simple Constructor which excepts a custom message | 
public AOException(java.lang.String name,
           java.lang.String message)
name - the name of the AudioObject throwing this exceptionmessage - message to assign this Exception.public AOException(java.lang.String name,
           int message)
name - the name of the AudioObject throwing this exceptionint - message is the index to use to retrieve the stored message