gov.nasa.arc.brahms.vm.api.exceptions
Class ConceptRegistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nasa.arc.brahms.common.exceptions.BrahmsException
              extended by gov.nasa.arc.brahms.vm.api.exceptions.VMException
                  extended by gov.nasa.arc.brahms.vm.api.exceptions.ConceptRegistrationException
All Implemented Interfaces:
java.io.Serializable

public class ConceptRegistrationException
extends VMException

The ConceptNotFoundException is an exception thrown by the Brahms virtual machine when a model or concept to be loaded by the virtual machine can not be found.

Version:
28 February 2002
Author:
Ron van Hoof
See Also:
Serialized Form

Constructor Summary
ConceptRegistrationException()
          Constructor, creates a new ConceptRegistrationException with no detail message
ConceptRegistrationException(java.lang.String message)
          Constructor, creates a new ConceptRegistrationException with the given detail message
ConceptRegistrationException(java.lang.String message, java.lang.Throwable t)
          Constructor, creates a new ConceptRegistrationException with the given detail message wrapping the given exception
ConceptRegistrationException(java.lang.Throwable t)
          Constructor, creates a new ConceptRegistrationException with the given linked exception
 
Method Summary
 
Methods inherited from class gov.nasa.arc.brahms.common.exceptions.BrahmsException
getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConceptRegistrationException

public ConceptRegistrationException()
Constructor, creates a new ConceptRegistrationException with no detail message


ConceptRegistrationException

public ConceptRegistrationException(java.lang.String message)
Constructor, creates a new ConceptRegistrationException with the given detail message

Parameters:
message - the detail message

ConceptRegistrationException

public ConceptRegistrationException(java.lang.Throwable t)
Constructor, creates a new ConceptRegistrationException with the given linked exception

Parameters:
t - the Throwable to be linked to this exception

ConceptRegistrationException

public ConceptRegistrationException(java.lang.String message,
                                    java.lang.Throwable t)
Constructor, creates a new ConceptRegistrationException with the given detail message wrapping the given exception

Parameters:
message - the detail message
t - the Throwable to be linked to this exception


Copyright © 1997-2012 All Rights Reserved.