com.jaxfront.core.schema
Class SchemaCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jaxfront.core.schema.SchemaCreationException
All Implemented Interfaces:
java.io.Serializable

public class SchemaCreationException
extends java.lang.RuntimeException

This exception is thrown if the parsing of the XML Schema has failed. Usually thrown by the underlying XML Schema Parser.

Version:
1.60
See Also:
Serialized Form

Constructor Summary
SchemaCreationException(java.lang.Exception exception)
          Creates a SchemaCreationException based on an occuring ParserException.
SchemaCreationException(java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaCreationException

public SchemaCreationException(java.lang.Exception exception)
Creates a SchemaCreationException based on an occuring ParserException.

Parameters:
exception - nested XML Schema Parser exception

SchemaCreationException

public SchemaCreationException(java.lang.String message)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable
See Also:
Throwable.getMessage()