Class SomeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bySomeException
All Implemented Interfaces:
java.io.Serializable

class SomeException
extends java.lang.Exception

A simple exception class used.

Version:
1.0
Author:
Kristian Torp, torp (at) cs (dot) aau (dot) dk

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) SomeException()
           
 
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

SomeException

SomeException()