cz.cuni.mff.ksi.jinfer.xsdimporter.utils
Class XSDException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
Generated on Fri Dec 9 00:01:25 CET 2011