org.inria.myriads.snoozeclient.exception
Class SystemTreeGeneratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.inria.myriads.snoozeclient.exception.SystemTreeGeneratorException
All Implemented Interfaces:
Serializable

public class SystemTreeGeneratorException
extends Exception

System tree generator exception.

Author:
Eugen Feller
See Also:
Serialized Form

Constructor Summary
SystemTreeGeneratorException()
          Empty constructor.
SystemTreeGeneratorException(String message)
          Snooze exception 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
 

Constructor Detail

SystemTreeGeneratorException

public SystemTreeGeneratorException()
Empty constructor.


SystemTreeGeneratorException

public SystemTreeGeneratorException(String message)
Snooze exception constructor.

Parameters:
message - The message to display


Copyright © 2012. All Rights Reserved.