cad.simcad.worldsimulator.objects.units
Class UnitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cad.simcad.worldsimulator.objects.units.UnitException
All Implemented Interfaces:
java.io.Serializable

public class UnitException
extends java.lang.Exception

Version:
1.0
Author:
Charles-Philip Bentley
See Also:
Serialized Form

Constructor Summary
UnitException()
          Creates new UnitException without detail message.
UnitException(java.lang.String msg, PathPlaceSet path)
          Constructs an UnitException with the specified detail message.
 
Method Summary
 PathPlaceSet getPath()
           
 
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

UnitException

public UnitException()
Creates new UnitException without detail message.


UnitException

public UnitException(java.lang.String msg,
                     PathPlaceSet path)
Constructs an UnitException with the specified detail message.

Parameters:
msg - the detail message.
Method Detail

getPath

public PathPlaceSet getPath()

Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be