org.argouml.ui.targetmanager
Class TargetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.argouml.ui.targetmanager.TargetException
All Implemented Interfaces:
java.io.Serializable

Deprecated. in 0.15.3. To be removed. Having Exceptions that are RuntimeException is a violation against the "code-to-find-errors-earlier"-rule because it makes it impossible for the compiler to find omissions.

public class TargetException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
private static Logger _cat
          Deprecated.  
private  java.lang.Throwable cause
          Deprecated. The cause of this exception, or null
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
TargetException()
          Deprecated.  
TargetException(java.lang.String message)
          Deprecated.  
TargetException(java.lang.String message, java.lang.Throwable cause)
          Deprecated.  
 
Method Summary
 void printStackTrace()
          Deprecated.  
 void printStackTrace(java.io.PrintStream s)
          Deprecated.  
 void printStackTrace(java.io.PrintWriter s)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_cat

private static final Logger _cat
Deprecated. 

cause

private java.lang.Throwable cause
Deprecated. 
The cause of this exception, or null

Constructor Detail

TargetException

public TargetException()
Deprecated. 

TargetException

public TargetException(java.lang.String message)
Deprecated. 
Parameters:
message -

TargetException

public TargetException(java.lang.String message,
                       java.lang.Throwable cause)
Deprecated. 
Parameters:
message -
Since:
0.15.2
Method Detail

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Throwable

printStackTrace

public void printStackTrace()
Deprecated. 
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream s)
Deprecated. 
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter s)
Deprecated. 
Overrides:
printStackTrace in class java.lang.Throwable


ArgoUML © 1996-2004 (20040306)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook