jInfer

cz.cuni.mff.ksi.jinfer.xsdimporter.utils
Class XSDException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cz.cuni.mff.ksi.jinfer.xsdimporter.utils.XSDException
All Implemented Interfaces:
Serializable

public class XSDException
extends RuntimeException

Exception thrown when an error occurs during the import of XSD Schema.

See Also:
Serialized Form

Constructor Summary
XSDException(String message)
          Creates an exception with a message describing the error that occurred.
XSDException(String message, Throwable cause)
          Creates an exception with detailed message and its 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XSDException

public XSDException(String message,
                    Throwable cause)
Creates an exception with detailed message and its cause.

Parameters:
message - Detail message explaining the cause of exception.
cause - The cause.

XSDException

public XSDException(String message)
Creates an exception with a message describing the error that occurred.

Parameters:
message - Detail message.

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011