de.armax.ax.devtools.uml
Class AXmodelException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.armax.ax.devtools.uml.AXmodelException
All Implemented Interfaces:
java.io.Serializable

public class AXmodelException
extends java.lang.Exception

General purpose exception.

Author:
Peter Wieland, ARMAX mindware GmbH
See Also:
Serialized Form

Constructor Summary
AXmodelException()
           
AXmodelException(java.lang.String msg)
           
AXmodelException(java.lang.String msg, java.lang.Throwable cause)
           
AXmodelException(java.lang.Throwable cause)
           
 
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

AXmodelException

public AXmodelException()

AXmodelException

public AXmodelException(java.lang.String msg)

AXmodelException

public AXmodelException(java.lang.Throwable cause)

AXmodelException

public AXmodelException(java.lang.String msg,
                        java.lang.Throwable cause)


Copyright © 2003 ARMAX mindware GmbH. All Rights Reserved.