public class

DialException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.ocast.core.dial.DialException

Class Overview

Checked exception thrown when a DIAL service XML description could not be properly parsed

Summary

Public Constructors
DialException(String msg)
DialException(Throwable cause)
DialException(String msg, Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DialException (String msg)

public DialException (Throwable cause)

public DialException (String msg, Throwable throwable)