at.jku.fim.datalinksimulation.layer1.wire
Class WiringException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by at.jku.fim.datalinksimulation.layer1.wire.WiringException
All Implemented Interfaces:
java.io.Serializable

public class WiringException
extends java.lang.Exception

Title: OSI Simulation Framework

This exception is thrown on any wiring error.

Copyright: (c) 2004-05

Company: FIM@JKU, www.fim.uni-linz.ac.at

Version:
$Id: WiringException.java,v 1.1 2005/10/27 13:10:11 aputzinger Exp $
Author:
Andreas Putzinger
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
WiringException()
          Constructor
WiringException(java.lang.String msg)
          Constructor
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

WiringException

public WiringException()
Constructor


WiringException

public WiringException(java.lang.String msg)
Constructor

Parameters:
msg - Exception message