slib.utils.ex
Class SLIB_Ex_Critic

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by slib.utils.ex.SLIB_Exception
              extended by slib.utils.ex.SLIB_Ex_Critic
All Implemented Interfaces:
Serializable

public class SLIB_Ex_Critic
extends SLIB_Exception

Author:
seb
See Also:
Serialized Form

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

public SLIB_Ex_Critic(String message)
Parameters:
message -

SLIB_Ex_Critic

public SLIB_Ex_Critic(Throwable cause)
Parameters:
cause -

SLIB_Ex_Critic

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


Copyright © 2013. All Rights Reserved.