slib.utils.ex
Class SLIB_Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by slib.utils.ex.SLIB_Exception
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SLIB_Ex_Critic, SLIB_Ex_Warning

public class SLIB_Exception
extends Exception

Author:
seb
See Also:
Serialized Form

Constructor Summary
SLIB_Exception(String message)
           
SLIB_Exception(String message, Throwable cause)
           
SLIB_Exception(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

SLIB_Exception

public SLIB_Exception(String message)
Parameters:
message -

SLIB_Exception

public SLIB_Exception(Throwable cause)
Parameters:
cause -

SLIB_Exception

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


Copyright © 2013. All Rights Reserved.