jadex.swing.map
Class UnknownPositionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jadex.swing.map.UnknownPositionException
All Implemented Interfaces:
java.io.Serializable

public class UnknownPositionException
extends java.lang.Exception

An exception when the position is unknown.

See Also:
Serialized Form

Constructor Summary
UnknownPositionException()
          Creates new UnknownPositionException without detail message.
UnknownPositionException(java.lang.String msg)
          Constructs an UnknownPositionException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownPositionException

public UnknownPositionException()
Creates new UnknownPositionException without detail message.

UnknownPositionException

public UnknownPositionException(java.lang.String msg)
Constructs an UnknownPositionException with the specified detail message.
Parameters:
msg - the detail message.