verinec
Class VerinecException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by verinec.VerinecException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DirectionException, InterfaceFilterMappingsException, NetSimException, SimulationException, StateTableException, UserCancelledError, VerinecImporterException

public class VerinecException
extends Exception

Base exception for verinec. Currently, it is nothing else than a normal exception.
todo: develop exception concept.

Version:
$Revision: 47 $
Author:
david.buchmann at unifr.ch
See Also:
Serialized Form

Constructor Summary
VerinecException()
          Currently we do nothing special, just forward to the Exception class.
VerinecException(String message)
          Currently we do nothing special, just forward to the Exception class.
VerinecException(String message, Throwable cause)
          Currently we do nothing special, just forward to the Exception class.
VerinecException(Throwable cause)
          Currently we do nothing special, just forward to the Exception class.
 
Method Summary
 
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

VerinecException

public VerinecException()
Currently we do nothing special, just forward to the Exception class.


VerinecException

public VerinecException(String message)
Currently we do nothing special, just forward to the Exception class.

Parameters:
message - The message to display to the user.

VerinecException

public VerinecException(String message,
                        Throwable cause)
Currently we do nothing special, just forward to the Exception class.

Parameters:
message - The message to display to the user.
cause - Exception that makes you throw this VerinecException.

VerinecException

public VerinecException(Throwable cause)
Currently we do nothing special, just forward to the Exception class.

Parameters:
cause - Exception that makes you throw this VerinecException.

Copyright © 2005 Verinec, DIUF