org.andromda.core.common
Class ClassUtilsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.andromda.core.common.ClassUtilsException
All Implemented Interfaces:
Serializable

public class ClassUtilsException
extends RuntimeException

Any unchecked exception that will be thrown during the execution of ClassUtils.

See Also:
Serialized Form

Constructor Summary
ClassUtilsException(String message)
          Constructs an instance of ClassUtilsException.
ClassUtilsException(String message, Throwable parent)
          Constructs an instance of ClassUtilsException.
ClassUtilsException(Throwable parent)
          Constructs an instance of ClassUtilsException.
 
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

ClassUtilsException

public ClassUtilsException(Throwable parent)
Constructs an instance of ClassUtilsException.

Parameters:
parent - the parent throwable

ClassUtilsException

public ClassUtilsException(String message)
Constructs an instance of ClassUtilsException.

Parameters:
message - the exception message

ClassUtilsException

public ClassUtilsException(String message,
                           Throwable parent)
Constructs an instance of ClassUtilsException.

Parameters:
message - the exception message
parent - the parent throwable


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