org.argouml.kernel
Class IllegalFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.argouml.kernel.IllegalFormatException
All Implemented Interfaces:
java.io.Serializable

public class IllegalFormatException
extends java.lang.Exception

Thrown when the projectfile name has a not supported format.

Since:
Apr 4, 2003
See Also:
Serialized Form

Constructor Summary
IllegalFormatException()
          Constructor for IllegalFormatException.
IllegalFormatException(java.lang.String message)
          Constructor for IllegalFormatException.
 
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

IllegalFormatException

public IllegalFormatException()
Constructor for IllegalFormatException.


IllegalFormatException

public IllegalFormatException(java.lang.String message)
Constructor for IllegalFormatException.

Parameters:
message -


ArgoUML © 1996-2003 (20030919)ArgoUML Project HomeArgoUML Cookbook