org.andromda.core.profile
Class ProfileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.andromda.core.profile.ProfileException
All Implemented Interfaces:
java.io.Serializable

public class ProfileException
extends java.lang.RuntimeException

This exception is thrown when an unexpected exception occurs when plugin processing occurs.

Author:
Chad Brandon
See Also:
Serialized Form

Constructor Summary
ProfileException()
          Constructor for ProfileException.
ProfileException(java.lang.String message)
          Constructor for ProfileException.
ProfileException(java.lang.String message, java.lang.Throwable parent)
          Constructor for ProfileException.
ProfileException(java.lang.Throwable message)
          Constructor for ProfileException.
 
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

ProfileException

public ProfileException()
Constructor for ProfileException.


ProfileException

public ProfileException(java.lang.String message)
Constructor for ProfileException.

Parameters:
message -

ProfileException

public ProfileException(java.lang.String message,
                        java.lang.Throwable parent)
Constructor for ProfileException.

Parameters:
message -
parent -

ProfileException

public ProfileException(java.lang.Throwable message)
Constructor for ProfileException.

Parameters:
message -


Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.