SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.schema.exceptions
Class SchemaNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.connectivity.framework.schema.exceptions.SchemaNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class SchemaNotFoundException
extends java.lang.Exception

The Class SchemaNotFoundException.

See Also:
Serialized Form

Constructor Summary
SchemaNotFoundException(java.lang.String message)
          Instantiates a new date parse exception.
 
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

SchemaNotFoundException

public SchemaNotFoundException(java.lang.String message)
Instantiates a new date parse exception.

Parameters:
message - the message

SMILA (incubation) API documentation