org.andromda.schema2xmi
Class SchemaTransformerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.andromda.schema2xmi.SchemaTransformerException
All Implemented Interfaces:
Serializable

public class SchemaTransformerException
extends RuntimeException

An exception thrown when an unexpected error occurs during processing of the SchemaTransformer.

Author:
Chad Brandon
See Also:
Serialized Form

Constructor Summary
SchemaTransformerException(String message)
          Constructs a new instance of SchemaTransformerException
SchemaTransformerException(String message, Throwable throwable)
          Constructs a new instance of SchemaTransformerException
SchemaTransformerException(Throwable throwable)
          Constructs a new instance of SchemaTransformerException
 
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

SchemaTransformerException

public SchemaTransformerException(Throwable throwable)
Constructs a new instance of SchemaTransformerException

Parameters:
throwable - the parent Throwable

SchemaTransformerException

public SchemaTransformerException(String message)
Constructs a new instance of SchemaTransformerException

Parameters:
message - the throwable message.

SchemaTransformerException

public SchemaTransformerException(String message,
                                  Throwable throwable)
Constructs a new instance of SchemaTransformerException

Parameters:
message - the throwable message.
throwable - the parent of this Throwable.


Copyright © 2003-2006 The AndroMDA Team. All Rights Reserved.