de.uniba.wiai.lspi.util.console
Class ConsoleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.uniba.wiai.lspi.util.console.ConsoleException
All Implemented Interfaces:
Serializable

public class ConsoleException
extends Exception

See Also:
Serialized Form

Constructor Summary
ConsoleException(String message)
          Creates a new instance of ConsoleException
ConsoleException(String message, Throwable cause)
           
 
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

ConsoleException

public ConsoleException(String message)
Creates a new instance of ConsoleException

Parameters:
message -

ConsoleException

public ConsoleException(String message,
                        Throwable cause)
Parameters:
message -
cause -


Copyright © 2004-2008 Karsten Loesing, Sven Kaffille - Distributed and Mobile Systems Group, Lehrstuhl für Praktische Informatik, Universität Bamberg. All Rights Reserved.