com.adactus.mpeg21.didl.xml
Class DIDLSchemaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.adactus.mpeg21.xml.SchemaException
                  extended by com.adactus.mpeg21.didl.xml.DIDLSchemaException
All Implemented Interfaces:
java.io.Serializable

public class DIDLSchemaException
extends SchemaException

Exception for unexpected XML structure marshalling or unmarshalling of a Digital Item Declaration Language document.

See Also:
Serialized Form

Constructor Summary
DIDLSchemaException()
           
DIDLSchemaException(java.lang.String message)
           
DIDLSchemaException(java.lang.String message, java.lang.Throwable cause)
           
DIDLSchemaException(java.lang.Throwable cause)
           
 
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

DIDLSchemaException

public DIDLSchemaException()

DIDLSchemaException

public DIDLSchemaException(java.lang.String message)

DIDLSchemaException

public DIDLSchemaException(java.lang.String message,
                           java.lang.Throwable cause)

DIDLSchemaException

public DIDLSchemaException(java.lang.Throwable cause)