Class TooLargeException

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

class TooLargeException
extends java.lang.Exception

Exception class

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) TooLargeException()
           
(package private) TooLargeException(java.lang.String s)
           
 
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

TooLargeException

TooLargeException()

TooLargeException

TooLargeException(java.lang.String s)