Class ModelsIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.hortonmachine.gears.libs.exceptions.ModelsIOException
-
- All Implemented Interfaces:
Serializable
public class ModelsIOException extends IOException
Extention of theIOExceptionThis adds the caller class in front of the message.
- Author:
- Andrea Antonello - www.hydrologis.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelsIOException(String message, Object owner)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-