jmadem
Class UtilityFunctionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jmadem.UtilityFunctionException
All Implemented Interfaces:
java.io.Serializable

public class UtilityFunctionException
extends java.lang.Exception

Exceptions related to the utility functions invoked by MADeMAgArch agents.

Author:
Francisco Grimaldo
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serializable object
 
Constructor Summary
UtilityFunctionException()
           
 
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
Serializable object

See Also:
Constant Field Values
Constructor Detail

UtilityFunctionException

public UtilityFunctionException()