dk.brics.dsd
Class SchemaErrorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--dk.brics.dsd.SchemaErrorException
All Implemented Interfaces:
Serializable

public class SchemaErrorException
extends Exception

Exception caused by a fatal error in the DSD. If such an exception is thrown, one should attempt to validate the DSD with the meta-DSD to find the cause of the error.

See Also:
Serialized Form

Constructor Summary
SchemaErrorException()
          Constructs a new SchemaErrorException.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaErrorException

public SchemaErrorException()
Constructs a new SchemaErrorException.



Copyright © 2002 Anders Møller.