net.sf.eos
Class EosException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.eos.EosException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TokenizerException

public class EosException
extends Exception

Base exception of εοs-toolkit.

Author:
Sascha Kohlmann
See Also:
Serialized Form

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

EosException

public EosException()
Creates a new instance.


EosException

public EosException(String message)
Creates a new instance.

Parameters:
message - a message.

EosException

public EosException(Throwable cause)
Creates a new instance.

Parameters:
cause - a cause exception.

EosException

public EosException(String message,
                    Throwable cause)
Creates a new instance.

Parameters:
cause - a cause exception.
message - a message.


Copyright © 2008. All Rights Reserved.