org.ocltf.model.repository
Class RepositoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.ocltf.model.repository.RepositoryException
All Implemented Interfaces:
java.io.Serializable

public final class RepositoryException
extends java.lang.RuntimeException

An exception thrown whenever an error is encountered while parsing meta data.

See Also:
Serialized Form

Constructor Summary
RepositoryException()
          Constructor for the MetaDataReadException object
RepositoryException(java.lang.String message)
          Constructor for the MetaDataReadException object
RepositoryException(java.lang.String message, java.lang.Throwable cause)
          Constructor for the MetaDataReadException object
 
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

RepositoryException

public RepositoryException()
Constructor for the MetaDataReadException object


RepositoryException

public RepositoryException(java.lang.String message)
Constructor for the MetaDataReadException object

Parameters:
message - describes cause of the exception

RepositoryException

public RepositoryException(java.lang.String message,
                           java.lang.Throwable cause)
Constructor for the MetaDataReadException object

Parameters:
message - describes cause of the exception
cause - original exception that caused this exception


Copyright © 2003-2004 Chad Brandon. All Rights Reserved.