jclass
Class SimpleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jclass.SimpleException

public class SimpleException
extends java.lang.Exception

A exception thrown when we just want to throw something other than Exception.

Written: Radu Sion
Version: 0.12
Source: SimpleException.java

Visit Smart Software 

See Also:
Serialized Form

Constructor Summary
SimpleException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleException

public SimpleException(java.lang.String msg)