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 |
|
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 |
_cat
private static final Logger _cat
- Deprecated.
cause
private java.lang.Throwable cause
- Deprecated.
- The cause of this exception, or null
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
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