org.andromda.cartridges.support.webservice.client
Class TypeMapperException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.andromda.cartridges.support.webservice.client.TypeMapperException
All Implemented Interfaces:
Serializable

public class TypeMapperException
extends RuntimeException

An exception thrown for unexpected errors that occur during TypeMapper execution.

Author:
Chad Brandon
See Also:
Serialized Form

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

TypeMapperException

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

Parameters:
parent -

TypeMapperException

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

Parameters:
message -

TypeMapperException

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

Parameters:
message -
parent -


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