jlibs.core.lang
Class ImpossibleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jlibs.core.lang.ImpossibleException
All Implemented Interfaces:
Serializable

public class ImpossibleException
extends RuntimeException

Author:
Santhosh Kumar T
See Also:
Serialized Form

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

ImpossibleException

public ImpossibleException()

ImpossibleException

public ImpossibleException(String message)

ImpossibleException

public ImpossibleException(String message,
                           Throwable cause)

ImpossibleException

public ImpossibleException(Throwable cause)


Copyright © 2018. All rights reserved.