com.twilio.sdk.verbs
Class TwiMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.twilio.sdk.verbs.TwiMLException
All Implemented Interfaces:
Serializable

public class TwiMLException
extends Exception

The Class TwiMLException.

See Also:
Serialized Form

Constructor Summary
TwiMLException(String arg0)
          Instantiates a new twi ml exception.
 
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
 

Constructor Detail

TwiMLException

public TwiMLException(String arg0)
Instantiates a new twi ml exception.

Parameters:
arg0 - the arg0


Copyright © 2011 Twilio, Inc. All Rights Reserved.