SMILA (incubation) API documentation

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

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

public class SchemaRuntimeException
extends java.lang.RuntimeException

The Class SchemaRuntimeException.

See Also:
Serialized Form

Constructor Summary
SchemaRuntimeException(java.lang.String message)
          Instantiates a new date parse exception.
SchemaRuntimeException(java.lang.String message, java.lang.Throwable ex)
          Instantiates a new index order schema runtime exception.
SchemaRuntimeException(java.lang.Throwable ex)
          Instantiates a new index order schema runtime 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

SchemaRuntimeException

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

Parameters:
message - the message

SchemaRuntimeException

public SchemaRuntimeException(java.lang.Throwable ex)
Instantiates a new index order schema runtime exception.

Parameters:
ex - throwable

SchemaRuntimeException

public SchemaRuntimeException(java.lang.String message,
                              java.lang.Throwable ex)
Instantiates a new index order schema runtime exception.

Parameters:
message - the message
ex - the ex

SMILA (incubation) API documentation