Package de.julielab.xml
Class FileTooBigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- de.julielab.xml.FileTooBigException
-
- All Implemented Interfaces:
Serializable
public class FileTooBigException extends IOException
- Author:
- faessler
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileTooBigException()FileTooBigException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FileTooBigException
public FileTooBigException()
-
FileTooBigException
public FileTooBigException(String msg)
-
-