org.jomc
Class ObjectManagementException

Package class diagram package ObjectManagementException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jomc.ObjectManagementException
All Implemented Interfaces:
Serializable

@Generated(value="org.jomc.tools.SourceFileProcessor 1.2",
           comments="See http://jomc.sourceforge.net/jomc/1.2/jomc-tools-1.2")
public class ObjectManagementException
extends RuntimeException

Gets thrown whenever an unexpected error condition is detected.

Identifier:
org.jomc.ObjectManagementException
Name:
JOMC API
Abstract:
No
Final:
Yes
Stateless:
No

Version:
1.0
Author:
Christian Schulte 1.0
See Also:
Serialized Form

Constructor Summary
ObjectManagementException()
          Creates a new ObjectManagementException instance.
ObjectManagementException(String msg)
          Creates a new ObjectManagementException taking a message describing the exception.
ObjectManagementException(String msg, Throwable t)
          Creates a new ObjectManagementException taking a message describing the exception and a causing exception.
ObjectManagementException(Throwable t)
          Creates a new ObjectManagementException taking a causing 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

ObjectManagementException

public ObjectManagementException(String msg)
Creates a new ObjectManagementException taking a message describing the exception.

Parameters:
msg - The message describing the exception.

ObjectManagementException

public ObjectManagementException(Throwable t)
Creates a new ObjectManagementException taking a causing exception.

Parameters:
t - The cause of the exception.

ObjectManagementException

public ObjectManagementException(String msg,
                                 Throwable t)
Creates a new ObjectManagementException taking a message describing the exception and a causing exception.

Parameters:
msg - The message describing the exception.
t - The cause of the exception.

ObjectManagementException

@Generated(value="org.jomc.tools.SourceFileProcessor 1.2",
           comments="See http://jomc.sourceforge.net/jomc/1.2/jomc-tools-1.2")
public ObjectManagementException()
Creates a new ObjectManagementException instance.



Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.