com.adactus.mpeg21.xml
Class SchemaException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DIDLSchemaException

public class SchemaException
extends java.lang.RuntimeException

Exception for unexpected XML structure marshalling or unmarshalling.

See Also:
Serialized Form

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

SchemaException

public SchemaException()

SchemaException

public SchemaException(java.lang.String message)

SchemaException

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

SchemaException

public SchemaException(java.lang.Throwable cause)