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:
java.io.Serializable

public class ConsoleException
extends java.lang.Exception

Version:
1.0.5
Author:
sven
See Also:
Serialized Form

Constructor Summary
ConsoleException(java.lang.String message)
          Creates a new instance of ConsoleException
ConsoleException(java.lang.String message, java.lang.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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConsoleException

public ConsoleException(java.lang.String message)
Creates a new instance of ConsoleException

Parameters:
message -

ConsoleException

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